Html Css Color HEX #A08600 Dark Goldenrod

📋 copy color: '#A08600'

red 160 ◦ green 134 ◦ blue 0

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

Shades of Dark Goldenrod #A08600

Tints of Dark Goldenrod #A08600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.58%

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

R = 54.42%
G = 45.58%
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

#A08600 (or 0xA08600) is known color: Dark Goldenrod. HEX triplet: A0, 86 and 00. RGB value is (160,134,0). Sum of RGB (Red+Green+Blue) = 160+134+0=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A08600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08600 is #5F79FF. Grayscale: #7F7F7F. Windows color (decimal): -6257152 or 34464. OLE color: 34464.

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

Color convert

RGB 160 134 0 -
CMYK 0 0.16 1 0.37
HSL 50.25º 1% 0.31% -
HSV(B) 50.25º 1% 0.63% -
XYZ 23.02 24.52 3.52 -
YUV 126.5 56.61 151.9 -
System Red Green Blue C M Y K H S L
Decimal 160 134 0 0 0.16 1 0.37 50.25 1 0.31
Hex A0 86 0 0 10 64 25 32 64 1F
Octal 240 206 0 0 20 144 45 62 144 37
Binary 10100000 10000110 0 0 10000 1100100 100101 110010 1100100 11111

Color Harmonies of #A08600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08600

Black with #A08600

Text Example


Text Example

White with #A08600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08600; }

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

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

background-color css

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

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

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

border-color css

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

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

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