Html Css Color HEX #AA880B Dark Goldenrod

📋 copy color: '#AA880B'

red 170 ◦ green 136 ◦ blue 11

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

Shades of Dark Goldenrod #AA880B

Tints of Dark Goldenrod #AA880B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.9%

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

R = 53.63%
G = 42.9%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA880B (or 0xAA880B) is known color: Dark Goldenrod. HEX triplet: AA, 88 and 0B. RGB value is (170,136,11). Sum of RGB (Red+Green+Blue) = 170+136+11=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA880B is #5577F4. Grayscale: #848484. Windows color (decimal): -5601269 or 755882. OLE color: 755882.

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

Color convert

RGB 170 136 11 -
CMYK 0 0.20 0.94 0.33
HSL 47.17º 0.88% 0.35% -
HSV(B) 47.17º 0.94% 0.67% -
XYZ 25.44 26.18 4.03 -
YUV 131.92 59.76 155.16 -
System Red Green Blue C M Y K H S L
Decimal 170 136 11 0 0.20 0.94 0.33 47.17 0.88 0.35
Hex AA 88 B 0 14 5E 21 2F 58 23
Octal 252 210 13 0 24 136 41 57 130 43
Binary 10101010 10001000 1011 0 10100 1011110 100001 101111 1011000 100011

Color Harmonies of #AA880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA880B

Black with #AA880B

Text Example


Text Example

White with #AA880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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