Html Css Color HEX #AA820C Dark Goldenrod

📋 copy color: '#AA820C'

red 170 ◦ green 130 ◦ blue 12

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

Shades of Dark Goldenrod #AA820C

Tints of Dark Goldenrod #AA820C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.85%

R = 54.49%
G = 41.67%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA820C (or 0xAA820C) is known color: Dark Goldenrod. HEX triplet: AA, 82 and 0C. RGB value is (170,130,12). Sum of RGB (Red+Green+Blue) = 170+130+12=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA820C is #557DF3. Grayscale: #818181. Windows color (decimal): -5602804 or 819882. OLE color: 819882.

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

Color convert

RGB 170 130 12 -
CMYK 0 0.24 0.93 0.33
HSL 44.81º 0.87% 0.36% -
HSV(B) 44.81º 0.93% 0.67% -
XYZ 24.63 24.54 3.79 -
YUV 128.51 62.25 157.59 -
System Red Green Blue C M Y K H S L
Decimal 170 130 12 0 0.24 0.93 0.33 44.81 0.87 0.36
Hex AA 82 C 0 18 5D 21 2D 57 24
Octal 252 202 14 0 30 135 41 55 127 44
Binary 10101010 10000010 1100 0 11000 1011101 100001 101101 1010111 100100

Color Harmonies of #AA820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA820C

Black with #AA820C

Text Example


Text Example

White with #AA820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA820C; }

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

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

background-color css

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

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

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

border-color css

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

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

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