Html Css Color HEX #AA890C Dark Goldenrod

📋 copy color: '#AA890C'

red 170 ◦ green 137 ◦ blue 12

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

Shades of Dark Goldenrod #AA890C

Tints of Dark Goldenrod #AA890C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.76%

R = 53.29%
G = 42.95%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA890C (or 0xAA890C) is known color: Dark Goldenrod. HEX triplet: AA, 89 and 0C. RGB value is (170,137,12). Sum of RGB (Red+Green+Blue) = 170+137+12=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA890C is #5576F3. Grayscale: #858585. Windows color (decimal): -5601012 or 821674. OLE color: 821674.

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

Color convert

RGB 170 137 12 -
CMYK 0 0.19 0.93 0.33
HSL 47.47º 0.87% 0.36% -
HSV(B) 47.47º 0.93% 0.67% -
XYZ 25.59 26.46 4.11 -
YUV 132.62 59.93 154.66 -
System Red Green Blue C M Y K H S L
Decimal 170 137 12 0 0.19 0.93 0.33 47.47 0.87 0.36
Hex AA 89 C 0 13 5D 21 2F 57 24
Octal 252 211 14 0 23 135 41 57 127 44
Binary 10101010 10001001 1100 0 10011 1011101 100001 101111 1010111 100100

Color Harmonies of #AA890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA890C

Black with #AA890C

Text Example


Text Example

White with #AA890C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA890C; }

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

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

background-color css

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

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

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

border-color css

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

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

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