Html Css Color HEX #AA880C Dark Goldenrod

📋 copy color: '#AA880C'

red 170 ◦ green 136 ◦ blue 12

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

Shades of Dark Goldenrod #AA880C

Tints of Dark Goldenrod #AA880C

RGB

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

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

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

R = 53.46%
G = 42.77%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA880C (or 0xAA880C) is known color: Dark Goldenrod. HEX triplet: AA, 88 and 0C. RGB value is (170,136,12). Sum of RGB (Red+Green+Blue) = 170+136+12=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA880C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA880C is #5577F3. Grayscale: #848484. Windows color (decimal): -5601268 or 821418. OLE color: 821418.

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

Color convert

RGB 170 136 12 -
CMYK 0 0.20 0.93 0.33
HSL 47.09º 0.87% 0.36% -
HSV(B) 47.09º 0.93% 0.67% -
XYZ 25.45 26.18 4.06 -
YUV 132.03 60.26 155.08 -
System Red Green Blue C M Y K H S L
Decimal 170 136 12 0 0.20 0.93 0.33 47.09 0.87 0.36
Hex AA 88 C 0 14 5D 21 2F 57 24
Octal 252 210 14 0 24 135 41 57 127 44
Binary 10101010 10001000 1100 0 10100 1011101 100001 101111 1010111 100100

Color Harmonies of #AA880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA880C

Black with #AA880C

Text Example


Text Example

White with #AA880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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