Html Css Color HEX #A29000 Dark Goldenrod

📋 copy color: '#A29000'

red 162 ◦ green 144 ◦ blue 0

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

Shades of Dark Goldenrod #A29000

Tints of Dark Goldenrod #A29000

RGB

 RED value IS 162 (63.67% from 255) = 52.94%

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

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

R = 52.94%
G = 47.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A29000 (or 0xA29000) is known color: Dark Goldenrod. HEX triplet: A2, 90 and 00. RGB value is (162,144,0). Sum of RGB (Red+Green+Blue) = 162+144+0=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A29000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29000 is #5D6FFF. Grayscale: #858585. Windows color (decimal): -6123520 or 37026. OLE color: 37026.

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

Color convert

RGB 162 144 0 -
CMYK 0 0.11 1 0.36
HSL 53.33º 1% 0.32% -
HSV(B) 53.33º 1% 0.64% -
XYZ 24.87 27.63 4.02 -
YUV 132.97 52.96 148.71 -
System Red Green Blue C M Y K H S L
Decimal 162 144 0 0 0.11 1 0.36 53.33 1 0.32
Hex A2 90 0 0 B 64 24 35 64 20
Octal 242 220 0 0 13 144 44 65 144 40
Binary 10100010 10010000 0 0 1011 1100100 100100 110101 1100100 100000

Color Harmonies of #A29000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29000

Black with #A29000

Text Example


Text Example

White with #A29000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29000; }

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

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

background-color css

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

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

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

border-color css

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

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

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