#A67E3A

Color #A67E3A Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #A67E3A

Tints of Alpine #A67E3A

Color information

#A67E3A (or 0xA67E3A) is unknown color: approx Alpine. HEX triplet: A6, 7E and 3A. RGB value is (166,126,58). Sum of RGB (Red+Green+Blue) = 166+126+58=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67E3A is #5981C5. Grayscale: #828282. Windows color (decimal): -5865926 or 3833510. OLE color: 3833510.

HSL color Cylindrical-coordinate representation of color #A67E3A: hue angle of 37.78º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A67E3A is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB16612658-
CMYK00.240.650.35
HSL37.78º48.21%43.92%-
HSV(B)37.78º65.06%65.1%-
XYZ23.9523.337.24-
YUV130.2187.25153.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 47.43%
GREEN value IS 126 (49.61% from 255) = 36%
BLUE value IS 58 (23.05% from 255) = 16.57%
R=47.43%
G=36%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661265800.240.650.3537.7848.2143.92
HexA67E3A018412326302c
Octal2461767203010143466054
Binary1010011011111101110100110001000001100011100110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E3A; }

 p { color: rgb(166,126,58); }

 H1.HeaderClassName
 {
   color: #A67E3A;
 }
 .AnyTagClassName
 {
   color: #A67E3A;
 }
</style>
background-color css

<style>
 a { background-color: #A67E3A; }

 a { background-color: rgb(166,126,58); }

 div.DivClassName
 {
   background-color: #A67E3A;
 }
 .BgClassName
 {
   background-color: #A67E3A;
 }
</style>
border-color css

<style>
 span { border-color: #A67E3A; }

 span { border-color: rgb(166,126,58); }

 td.TdClassName
 {
   border-color: #A67E3A;
 }
 .TagClassName
 {
   border-color: #A67E3A;
 }
</style>