Html Css Color HEX #AA8A0D Dark Goldenrod

📋 copy color: '#AA8A0D'

red 170 ◦ green 138 ◦ blue 13

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

Shades of Dark Goldenrod #AA8A0D

Tints of Dark Goldenrod #AA8A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.05%

R = 52.96%
G = 42.99%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA8A0D (or 0xAA8A0D) is known color: Dark Goldenrod. HEX triplet: AA, 8A and 0D. RGB value is (170,138,13). Sum of RGB (Red+Green+Blue) = 170+138+13=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8A0D is #5575F2. Grayscale: #858585. Windows color (decimal): -5600755 or 887466. OLE color: 887466.

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

Color convert

RGB 170 138 13 -
CMYK 0 0.19 0.92 0.33
HSL 47.77º 0.86% 0.36% -
HSV(B) 47.77º 0.92% 0.67% -
XYZ 25.74 26.75 4.19 -
YUV 133.32 60.1 154.16 -
System Red Green Blue C M Y K H S L
Decimal 170 138 13 0 0.19 0.92 0.33 47.77 0.86 0.36
Hex AA 8A D 0 13 5C 21 30 56 24
Octal 252 212 15 0 23 134 41 60 126 44
Binary 10101010 10001010 1101 0 10011 1011100 100001 110000 1010110 100100

Color Harmonies of #AA8A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A0D

Black with #AA8A0D

Text Example


Text Example

White with #AA8A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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