Html Css Color HEX #A07906 Dark Goldenrod

📋 copy color: '#A07906'

red 160 ◦ green 121 ◦ blue 6

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

Shades of Dark Goldenrod #A07906

Tints of Dark Goldenrod #A07906

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.16%

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

R = 55.75%
G = 42.16%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A07906 (or 0xA07906) is known color: Dark Goldenrod. HEX triplet: A0, 79 and 06. RGB value is (160,121,6). Sum of RGB (Red+Green+Blue) = 160+121+6=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A07906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07906 is #5F86F9. Grayscale: #787878. Windows color (decimal): -6260474 or 424352. OLE color: 424352.

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

Color convert

RGB 160 121 6 -
CMYK 0 0.24 0.96 0.37
HSL 44.81º 0.93% 0.33% -
HSV(B) 44.81º 0.96% 0.63% -
XYZ 21.37 21.16 3.13 -
YUV 119.55 63.92 156.85 -
System Red Green Blue C M Y K H S L
Decimal 160 121 6 0 0.24 0.96 0.37 44.81 0.93 0.33
Hex A0 79 6 0 18 60 25 2D 5D 21
Octal 240 171 6 0 30 140 45 55 135 41
Binary 10100000 1111001 110 0 11000 1100000 100101 101101 1011101 100001

Color Harmonies of #A07906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07906

Black with #A07906

Text Example


Text Example

White with #A07906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07906; }

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

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

background-color css

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

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

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

border-color css

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

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

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