Html Css Color HEX #A27206 Golden Brown

📋 copy color: '#A27206'

red 162 ◦ green 114 ◦ blue 6

#A27206
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A27206

Tints of Golden Brown #A27206

RGB

 RED value IS 162 (63.67% from 255) = 57.45%

 GREEN value IS 114 (44.92% from 255) = 40.43%

 BLUE value IS 6 (2.73% from 255) = 2.13%

R = 57.45%
G = 40.43%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A27206 (or 0xA27206) is known color: Golden Brown. HEX triplet: A2, 72 and 06. RGB value is (162,114,6). Sum of RGB (Red+Green+Blue) = 162+114+6=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A27206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27206 is #5D8DF9. Grayscale: #747474. Windows color (decimal): -6131194 or 422562. OLE color: 422562.

HSL color Cylindrical-coordinate representation of color #A27206: hue angle of 41.54º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A27206 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 114 6 -
CMYK 0 0.30 0.96 0.36
HSL 41.54º 0.93% 0.33% -
HSV(B) 41.54º 0.96% 0.64% -
XYZ 20.95 19.73 2.88 -
YUV 116.04 65.9 160.78 -
System Red Green Blue C M Y K H S L
Decimal 162 114 6 0 0.30 0.96 0.36 41.54 0.93 0.33
Hex A2 72 6 0 1E 60 24 2A 5D 21
Octal 242 162 6 0 36 140 44 52 135 41
Binary 10100010 1110010 110 0 11110 1100000 100100 101010 1011101 100001

Color Harmonies of #A27206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27206

Black with #A27206

Text Example


Text Example

White with #A27206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27206; }

 p { color: rgb(162,114,6); }

 H1.HeaderClassName
 {
   color: #A27206;
 }
 .AnyTagClassName
 {
   color: #A27206;
 }
</style>

background-color css

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

 a { background-color: rgb(162,114,6); }

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

border-color css

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

 span { border-color: rgb(162,114,6); }

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