Html Css Color HEX #AA8C0F Dark Goldenrod

📋 copy color: '#AA8C0F'

red 170 ◦ green 140 ◦ blue 15

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

Shades of Dark Goldenrod #AA8C0F

Tints of Dark Goldenrod #AA8C0F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.08%

 BLUE value IS 15 (6.25% from 255) = 4.62%

R = 52.31%
G = 43.08%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA8C0F (or 0xAA8C0F) is known color: Dark Goldenrod. HEX triplet: AA, 8C and 0F. RGB value is (170,140,15). Sum of RGB (Red+Green+Blue) = 170+140+15=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8C0F is #5573F0. Grayscale: #878787. Windows color (decimal): -5600241 or 1019050. OLE color: 1019050.

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

Color convert

RGB 170 140 15 -
CMYK 0 0.18 0.91 0.33
HSL 48.39º 0.84% 0.36% -
HSV(B) 48.39º 0.91% 0.67% -
XYZ 26.04 27.34 4.36 -
YUV 134.72 60.44 153.16 -
System Red Green Blue C M Y K H S L
Decimal 170 140 15 0 0.18 0.91 0.33 48.39 0.84 0.36
Hex AA 8C F 0 12 5B 21 30 54 24
Octal 252 214 17 0 22 133 41 60 124 44
Binary 10101010 10001100 1111 0 10010 1011011 100001 110000 1010100 100100

Color Harmonies of #AA8C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8C0F

Black with #AA8C0F

Text Example


Text Example

White with #AA8C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8C0F; }

 p { color: rgb(170,140,15); }

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

background-color css

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

 a { background-color: rgb(170,140,15); }

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

border-color css

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

 span { border-color: rgb(170,140,15); }

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