Html Css Color HEX #AA840D Dark Goldenrod

📋 copy color: '#AA840D'

red 170 ◦ green 132 ◦ blue 13

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

Shades of Dark Goldenrod #AA840D

Tints of Dark Goldenrod #AA840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.9%

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

R = 53.97%
G = 41.9%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA840D (or 0xAA840D) is known color: Dark Goldenrod. HEX triplet: AA, 84 and 0D. RGB value is (170,132,13). Sum of RGB (Red+Green+Blue) = 170+132+13=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA840D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA840D is #557BF2. Grayscale: #828282. Windows color (decimal): -5602291 or 885930. OLE color: 885930.

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

Color convert

RGB 170 132 13 -
CMYK 0 0.22 0.92 0.33
HSL 45.48º 0.86% 0.36% -
HSV(B) 45.48º 0.92% 0.67% -
XYZ 24.9 25.08 3.91 -
YUV 129.8 62.09 156.68 -
System Red Green Blue C M Y K H S L
Decimal 170 132 13 0 0.22 0.92 0.33 45.48 0.86 0.36
Hex AA 84 D 0 16 5C 21 2D 56 24
Octal 252 204 15 0 26 134 41 55 126 44
Binary 10101010 10000100 1101 0 10110 1011100 100001 101101 1010110 100100

Color Harmonies of #AA840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA840D

Black with #AA840D

Text Example


Text Example

White with #AA840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA840D; }

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

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

background-color css

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

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

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

border-color css

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

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

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