Html Css Color HEX #AA820B Dark Goldenrod

📋 copy color: '#AA820B'

red 170 ◦ green 130 ◦ blue 11

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

Shades of Dark Goldenrod #AA820B

Tints of Dark Goldenrod #AA820B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.54%

R = 54.66%
G = 41.8%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA820B (or 0xAA820B) is known color: Dark Goldenrod. HEX triplet: AA, 82 and 0B. RGB value is (170,130,11). Sum of RGB (Red+Green+Blue) = 170+130+11=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA820B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA820B is #557DF4. Grayscale: #808080. Windows color (decimal): -5602805 or 754346. OLE color: 754346.

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

Color convert

RGB 170 130 11 -
CMYK 0 0.24 0.94 0.33
HSL 44.91º 0.88% 0.35% -
HSV(B) 44.91º 0.94% 0.67% -
XYZ 24.62 24.54 3.75 -
YUV 128.39 61.75 157.68 -
System Red Green Blue C M Y K H S L
Decimal 170 130 11 0 0.24 0.94 0.33 44.91 0.88 0.35
Hex AA 82 B 0 18 5E 21 2D 58 23
Octal 252 202 13 0 30 136 41 55 130 43
Binary 10101010 10000010 1011 0 11000 1011110 100001 101101 1011000 100011

Color Harmonies of #AA820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA820B

Black with #AA820B

Text Example


Text Example

White with #AA820B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA820B; }

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

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

background-color css

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

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

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

border-color css

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

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

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