Html Css Color HEX #A99002 Dark Goldenrod

📋 copy color: '#A99002'

red 169 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #A99002

Tints of Dark Goldenrod #A99002

RGB

 RED value IS 169 (66.41% from 255) = 53.65%

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

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

R = 53.65%
G = 45.71%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A99002 (or 0xA99002) is known color: Dark Goldenrod. HEX triplet: A9, 90 and 02. RGB value is (169,144,2). Sum of RGB (Red+Green+Blue) = 169+144+2=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A99002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99002 is #566FFD. Grayscale: #878787. Windows color (decimal): -5664766 or 168105. OLE color: 168105.

HSL color Cylindrical-coordinate representation of color #A99002: hue angle of 51.02º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A99002 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 144 2 -
CMYK 0 0.15 0.99 0.34
HSL 51.02º 0.98% 0.34% -
HSV(B) 51.02º 0.99% 0.66% -
XYZ 26.35 28.39 4.15 -
YUV 135.29 52.78 152.05 -
System Red Green Blue C M Y K H S L
Decimal 169 144 2 0 0.15 0.99 0.34 51.02 0.98 0.34
Hex A9 90 2 0 F 63 22 33 62 22
Octal 251 220 2 0 17 143 42 63 142 42
Binary 10101001 10010000 10 0 1111 1100011 100010 110011 1100010 100010

Color Harmonies of #A99002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99002

Black with #A99002

Text Example


Text Example

White with #A99002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99002; }

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

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

background-color css

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

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

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

border-color css

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

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

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