Html Css Color HEX #AA820D Dark Goldenrod

📋 copy color: '#AA820D'

red 170 ◦ green 130 ◦ blue 13

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

Shades of Dark Goldenrod #AA820D

Tints of Dark Goldenrod #AA820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.53%

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

R = 54.31%
G = 41.53%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA820D (or 0xAA820D) is known color: Dark Goldenrod. HEX triplet: AA, 82 and 0D. RGB value is (170,130,13). Sum of RGB (Red+Green+Blue) = 170+130+13=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA820D is #557DF2. Grayscale: #818181. Windows color (decimal): -5602803 or 885418. OLE color: 885418.

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

Color convert

RGB 170 130 13 -
CMYK 0 0.24 0.92 0.33
HSL 44.71º 0.86% 0.36% -
HSV(B) 44.71º 0.92% 0.67% -
XYZ 24.63 24.54 3.82 -
YUV 128.62 62.75 157.51 -
System Red Green Blue C M Y K H S L
Decimal 170 130 13 0 0.24 0.92 0.33 44.71 0.86 0.36
Hex AA 82 D 0 18 5C 21 2D 56 24
Octal 252 202 15 0 30 134 41 55 126 44
Binary 10101010 10000010 1101 0 11000 1011100 100001 101101 1010110 100100

Color Harmonies of #AA820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA820D

Black with #AA820D

Text Example


Text Example

White with #AA820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA820D; }

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

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

background-color css

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

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

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

border-color css

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

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

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