Html Css Color HEX #AA8A08 Dark Goldenrod

📋 copy color: '#AA8A08'

red 170 ◦ green 138 ◦ blue 8

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

Shades of Dark Goldenrod #AA8A08

Tints of Dark Goldenrod #AA8A08

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.67%

 BLUE value IS 8 (3.52% from 255) = 2.53%

R = 53.8%
G = 43.67%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA8A08 (or 0xAA8A08) is known color: Dark Goldenrod. HEX triplet: AA, 8A and 08. RGB value is (170,138,8). Sum of RGB (Red+Green+Blue) = 170+138+8=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8A08 is #5575F7. Grayscale: #858585. Windows color (decimal): -5600760 or 559786. OLE color: 559786.

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

Color convert

RGB 170 138 8 -
CMYK 0 0.19 0.95 0.33
HSL 48.15º 0.91% 0.35% -
HSV(B) 48.15º 0.95% 0.67% -
XYZ 25.71 26.74 4.04 -
YUV 132.75 57.6 154.57 -
System Red Green Blue C M Y K H S L
Decimal 170 138 8 0 0.19 0.95 0.33 48.15 0.91 0.35
Hex AA 8A 8 0 13 5F 21 30 5B 23
Octal 252 212 10 0 23 137 41 60 133 43
Binary 10101010 10001010 1000 0 10011 1011111 100001 110000 1011011 100011

Color Harmonies of #AA8A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A08

Black with #AA8A08

Text Example


Text Example

White with #AA8A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A08; }

 p { color: rgb(170,138,8); }

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

background-color css

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

 a { background-color: rgb(170,138,8); }

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

border-color css

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

 span { border-color: rgb(170,138,8); }

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