Html Css Color HEX #A08707 Dark Goldenrod

📋 copy color: '#A08707'

red 160 ◦ green 135 ◦ blue 7

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

Shades of Dark Goldenrod #A08707

Tints of Dark Goldenrod #A08707

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.7%

 BLUE value IS 7 (3.13% from 255) = 2.32%

R = 52.98%
G = 44.7%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A08707 (or 0xA08707) is known color: Dark Goldenrod. HEX triplet: A0, 87 and 07. RGB value is (160,135,7). Sum of RGB (Red+Green+Blue) = 160+135+7=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A08707 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08707 is #5F78F8. Grayscale: #808080. Windows color (decimal): -6256889 or 493472. OLE color: 493472.

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

Color convert

RGB 160 135 7 -
CMYK 0 0.16 0.96 0.37
HSL 50.2º 0.92% 0.33% -
HSV(B) 50.2º 0.96% 0.63% -
XYZ 23.2 24.82 3.77 -
YUV 127.88 59.78 150.91 -
System Red Green Blue C M Y K H S L
Decimal 160 135 7 0 0.16 0.96 0.37 50.2 0.92 0.33
Hex A0 87 7 0 10 60 25 32 5C 21
Octal 240 207 7 0 20 140 45 62 134 41
Binary 10100000 10000111 111 0 10000 1100000 100101 110010 1011100 100001

Color Harmonies of #A08707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08707

Black with #A08707

Text Example


Text Example

White with #A08707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08707; }

 p { color: rgb(160,135,7); }

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

background-color css

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

 a { background-color: rgb(160,135,7); }

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

border-color css

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

 span { border-color: rgb(160,135,7); }

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