Html Css Color HEX #A89002 Dark Goldenrod

📋 copy color: '#A89002'

red 168 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #A89002

Tints of Dark Goldenrod #A89002

RGB

 RED value IS 168 (66.02% from 255) = 53.5%

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

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

R = 53.5%
G = 45.86%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A89002 (or 0xA89002) is known color: Dark Goldenrod. HEX triplet: A8, 90 and 02. RGB value is (168,144,2). Sum of RGB (Red+Green+Blue) = 168+144+2=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A89002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89002 is #576FFD. Grayscale: #878787. Windows color (decimal): -5730302 or 168104. OLE color: 168104.

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

Color convert

RGB 168 144 2 -
CMYK 0 0.14 0.99 0.34
HSL 51.33º 0.98% 0.33% -
HSV(B) 51.33º 0.99% 0.66% -
XYZ 26.13 28.28 4.14 -
YUV 134.99 52.95 151.55 -
System Red Green Blue C M Y K H S L
Decimal 168 144 2 0 0.14 0.99 0.34 51.33 0.98 0.33
Hex A8 90 2 0 E 63 22 33 62 21
Octal 250 220 2 0 16 143 42 63 142 41
Binary 10101000 10010000 10 0 1110 1100011 100010 110011 1100010 100001

Color Harmonies of #A89002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89002

Black with #A89002

Text Example


Text Example

White with #A89002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89002; }

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

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

background-color css

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

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

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

border-color css

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

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

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