Html Css Color HEX #A59000 Dark Goldenrod

📋 copy color: '#A59000'

red 165 ◦ green 144 ◦ blue 0

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

Shades of Dark Goldenrod #A59000

Tints of Dark Goldenrod #A59000

RGB

 RED value IS 165 (64.84% from 255) = 53.4%

 GREEN value IS 144 (56.64% from 255) = 46.6%

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

R = 53.4%
G = 46.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A59000 (or 0xA59000) is known color: Dark Goldenrod. HEX triplet: A5, 90 and 00. RGB value is (165,144,0). Sum of RGB (Red+Green+Blue) = 165+144+0=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A59000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59000 is #5A6FFF. Grayscale: #868686. Windows color (decimal): -5926912 or 37029. OLE color: 37029.

HSL color Cylindrical-coordinate representation of color #A59000: hue angle of 52.36º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A59000 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 144 0 -
CMYK 0 0.13 1 0.35
HSL 52.36º 1% 0.32% -
HSV(B) 52.36º 1% 0.65% -
XYZ 25.49 27.95 4.05 -
YUV 133.86 52.46 150.21 -
System Red Green Blue C M Y K H S L
Decimal 165 144 0 0 0.13 1 0.35 52.36 1 0.32
Hex A5 90 0 0 D 64 23 34 64 20
Octal 245 220 0 0 15 144 43 64 144 40
Binary 10100101 10010000 0 0 1101 1100100 100011 110100 1100100 100000

Color Harmonies of #A59000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59000

Black with #A59000

Text Example


Text Example

White with #A59000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59000; }

 p { color: rgb(165,144,0); }

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

background-color css

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

 a { background-color: rgb(165,144,0); }

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

border-color css

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

 span { border-color: rgb(165,144,0); }

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