Html Css Color HEX #A49002 Dark Goldenrod

📋 copy color: '#A49002'

red 164 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #A49002

Tints of Dark Goldenrod #A49002

RGB

 RED value IS 164 (64.45% from 255) = 52.9%

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

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 52.9%
G = 46.45%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A49002 (or 0xA49002) is known color: Dark Goldenrod. HEX triplet: A4, 90 and 02. RGB value is (164,144,2). Sum of RGB (Red+Green+Blue) = 164+144+2=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A49002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49002 is #5B6FFD. Grayscale: #868686. Windows color (decimal): -5992446 or 168100. OLE color: 168100.

HSL color Cylindrical-coordinate representation of color #A49002: hue angle of 52.59º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A49002 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 144 2 -
CMYK 0 0.12 0.99 0.36
HSL 52.59º 0.98% 0.33% -
HSV(B) 52.59º 0.99% 0.64% -
XYZ 25.29 27.84 4.1 -
YUV 133.79 53.63 149.55 -
System Red Green Blue C M Y K H S L
Decimal 164 144 2 0 0.12 0.99 0.36 52.59 0.98 0.33
Hex A4 90 2 0 C 63 24 35 62 21
Octal 244 220 2 0 14 143 44 65 142 41
Binary 10100100 10010000 10 0 1100 1100011 100100 110101 1100010 100001

Color Harmonies of #A49002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49002

Black with #A49002

Text Example


Text Example

White with #A49002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49002; }

 p { color: rgb(164,144,2); }

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

background-color css

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

 a { background-color: rgb(164,144,2); }

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

border-color css

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

 span { border-color: rgb(164,144,2); }

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