Html Css Color HEX #A07206 Golden Brown

📋 copy color: '#A07206'

red 160 ◦ green 114 ◦ blue 6

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

Shades of Golden Brown #A07206

Tints of Golden Brown #A07206

RGB

 RED value IS 160 (62.89% from 255) = 57.14%

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

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

R = 57.14%
G = 40.71%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A07206 (or 0xA07206) is known color: Golden Brown. HEX triplet: A0, 72 and 06. RGB value is (160,114,6). Sum of RGB (Red+Green+Blue) = 160+114+6=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A07206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07206 is #5F8DF9. Grayscale: #737373. Windows color (decimal): -6262266 or 422560. OLE color: 422560.

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

Color convert

RGB 160 114 6 -
CMYK 0 0.29 0.96 0.37
HSL 42.08º 0.93% 0.33% -
HSV(B) 42.08º 0.96% 0.63% -
XYZ 20.55 19.52 2.86 -
YUV 115.44 66.24 159.78 -
System Red Green Blue C M Y K H S L
Decimal 160 114 6 0 0.29 0.96 0.37 42.08 0.93 0.33
Hex A0 72 6 0 1D 60 25 2A 5D 21
Octal 240 162 6 0 35 140 45 52 135 41
Binary 10100000 1110010 110 0 11101 1100000 100101 101010 1011101 100001

Color Harmonies of #A07206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07206

Black with #A07206

Text Example


Text Example

White with #A07206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07206; }

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

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

background-color css

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

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

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

border-color css

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

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

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