Html Css Color HEX #AA890A Dark Goldenrod

📋 copy color: '#AA890A'

red 170 ◦ green 137 ◦ blue 10

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

Shades of Dark Goldenrod #AA890A

Tints of Dark Goldenrod #AA890A

RGB

 RED value IS 170 (66.8% from 255) = 53.63%

 GREEN value IS 137 (53.91% from 255) = 43.22%

 BLUE value IS 10 (4.3% from 255) = 3.15%

R = 53.63%
G = 43.22%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA890A (or 0xAA890A) is known color: Dark Goldenrod. HEX triplet: AA, 89 and 0A. RGB value is (170,137,10). Sum of RGB (Red+Green+Blue) = 170+137+10=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA890A is #5576F5. Grayscale: #848484. Windows color (decimal): -5601014 or 690602. OLE color: 690602.

HSL color Cylindrical-coordinate representation of color #AA890A: hue angle of 47.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA890A is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 137 10 -
CMYK 0 0.19 0.94 0.33
HSL 47.63º 0.89% 0.35% -
HSV(B) 47.63º 0.94% 0.67% -
XYZ 25.58 26.46 4.05 -
YUV 132.39 58.93 154.83 -
System Red Green Blue C M Y K H S L
Decimal 170 137 10 0 0.19 0.94 0.33 47.63 0.89 0.35
Hex AA 89 A 0 13 5E 21 30 59 23
Octal 252 211 12 0 23 136 41 60 131 43
Binary 10101010 10001001 1010 0 10011 1011110 100001 110000 1011001 100011

Color Harmonies of #AA890A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA890A

Black with #AA890A

Text Example


Text Example

White with #AA890A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA890A; }

 p { color: rgb(170,137,10); }

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

background-color css

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

 a { background-color: rgb(170,137,10); }

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

border-color css

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

 span { border-color: rgb(170,137,10); }

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