Html Css Color HEX #A08700 Dark Goldenrod

📋 copy color: '#A08700'

red 160 ◦ green 135 ◦ blue 0

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

Shades of Dark Goldenrod #A08700

Tints of Dark Goldenrod #A08700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.24%
G = 45.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A08700 (or 0xA08700) is known color: Dark Goldenrod. HEX triplet: A0, 87 and 00. RGB value is (160,135,0). Sum of RGB (Red+Green+Blue) = 160+135+0=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A08700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08700 is #5F78FF. Grayscale: #7F7F7F. Windows color (decimal): -6256896 or 34720. OLE color: 34720.

HSL color Cylindrical-coordinate representation of color #A08700: hue angle of 50.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A08700 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 0 -
CMYK 0 0.16 1 0.37
HSL 50.63º 1% 0.31% -
HSV(B) 50.63º 1% 0.63% -
XYZ 23.16 24.8 3.57 -
YUV 127.09 56.28 151.48 -
System Red Green Blue C M Y K H S L
Decimal 160 135 0 0 0.16 1 0.37 50.63 1 0.31
Hex A0 87 0 0 10 64 25 33 64 1F
Octal 240 207 0 0 20 144 45 63 144 37
Binary 10100000 10000111 0 0 10000 1100100 100101 110011 1100100 11111

Color Harmonies of #A08700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08700

Black with #A08700

Text Example


Text Example

White with #A08700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08700; }

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

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

background-color css

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

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

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

border-color css

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

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

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