Html Css Color HEX #A07806 Golden Brown

📋 copy color: '#A07806'

red 160 ◦ green 120 ◦ blue 6

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

Shades of Golden Brown #A07806

Tints of Golden Brown #A07806

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.96%

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

R = 55.94%
G = 41.96%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A07806 (or 0xA07806) is known color: Golden Brown. HEX triplet: A0, 78 and 06. RGB value is (160,120,6). Sum of RGB (Red+Green+Blue) = 160+120+6=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A07806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07806 is #5F87F9. Grayscale: #777777. Windows color (decimal): -6260730 or 424096. OLE color: 424096.

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

Color convert

RGB 160 120 6 -
CMYK 0 0.25 0.96 0.37
HSL 44.42º 0.93% 0.33% -
HSV(B) 44.42º 0.96% 0.63% -
XYZ 21.25 20.92 3.09 -
YUV 118.96 64.25 157.27 -
System Red Green Blue C M Y K H S L
Decimal 160 120 6 0 0.25 0.96 0.37 44.42 0.93 0.33
Hex A0 78 6 0 19 60 25 2C 5D 21
Octal 240 170 6 0 31 140 45 54 135 41
Binary 10100000 1111000 110 0 11001 1100000 100101 101100 1011101 100001

Color Harmonies of #A07806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07806

Black with #A07806

Text Example


Text Example

White with #A07806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07806; }

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

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

background-color css

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

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

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

border-color css

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

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

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