Html Css Color HEX #AA890B Dark Goldenrod

📋 copy color: '#AA890B'

red 170 ◦ green 137 ◦ blue 11

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

Shades of Dark Goldenrod #AA890B

Tints of Dark Goldenrod #AA890B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.46%

R = 53.46%
G = 43.08%
B = 3.46%

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

#AA890B (or 0xAA890B) is known color: Dark Goldenrod. HEX triplet: AA, 89 and 0B. RGB value is (170,137,11). Sum of RGB (Red+Green+Blue) = 170+137+11=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA890B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA890B is #5576F4. Grayscale: #858585. Windows color (decimal): -5601013 or 756138. OLE color: 756138.

HSL color Cylindrical-coordinate representation of color #AA890B: hue angle of 47.55º degrees, saturation: 0.88, 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 #AA890B is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 137 11 -
CMYK 0 0.19 0.94 0.33
HSL 47.55º 0.88% 0.35% -
HSV(B) 47.55º 0.94% 0.67% -
XYZ 25.58 26.46 4.08 -
YUV 132.5 59.43 154.75 -
System Red Green Blue C M Y K H S L
Decimal 170 137 11 0 0.19 0.94 0.33 47.55 0.88 0.35
Hex AA 89 B 0 13 5E 21 30 58 23
Octal 252 211 13 0 23 136 41 60 130 43
Binary 10101010 10001001 1011 0 10011 1011110 100001 110000 1011000 100011

Color Harmonies of #AA890B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA890B

Black with #AA890B

Text Example


Text Example

White with #AA890B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA890B; }

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

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

background-color css

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

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

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

border-color css

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

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

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