Html Css Color HEX #A27306 Golden Brown

📋 copy color: '#A27306'

red 162 ◦ green 115 ◦ blue 6

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

Shades of Golden Brown #A27306

Tints of Golden Brown #A27306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.64%

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

R = 57.24%
G = 40.64%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A27306 (or 0xA27306) is known color: Golden Brown. HEX triplet: A2, 73 and 06. RGB value is (162,115,6). Sum of RGB (Red+Green+Blue) = 162+115+6=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A27306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27306 is #5D8CF9. Grayscale: #757575. Windows color (decimal): -6130938 or 422818. OLE color: 422818.

HSL color Cylindrical-coordinate representation of color #A27306: hue angle of 41.92º 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 #A27306 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 115 6 -
CMYK 0 0.29 0.96 0.36
HSL 41.92º 0.93% 0.33% -
HSV(B) 41.92º 0.96% 0.64% -
XYZ 21.06 19.96 2.91 -
YUV 116.63 65.57 160.36 -
System Red Green Blue C M Y K H S L
Decimal 162 115 6 0 0.29 0.96 0.36 41.92 0.93 0.33
Hex A2 73 6 0 1D 60 24 2A 5D 21
Octal 242 163 6 0 35 140 44 52 135 41
Binary 10100010 1110011 110 0 11101 1100000 100100 101010 1011101 100001

Color Harmonies of #A27306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27306

Black with #A27306

Text Example


Text Example

White with #A27306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27306; }

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

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

background-color css

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

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

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

border-color css

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

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

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