Html Css Color HEX #AA840A Dark Goldenrod

📋 copy color: '#AA840A'

red 170 ◦ green 132 ◦ blue 10

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

Shades of Dark Goldenrod #AA840A

Tints of Dark Goldenrod #AA840A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.21%

R = 54.49%
G = 42.31%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA840A (or 0xAA840A) is known color: Dark Goldenrod. HEX triplet: AA, 84 and 0A. RGB value is (170,132,10). Sum of RGB (Red+Green+Blue) = 170+132+10=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA840A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA840A is #557BF5. Grayscale: #818181. Windows color (decimal): -5602294 or 689322. OLE color: 689322.

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

Color convert

RGB 170 132 10 -
CMYK 0 0.22 0.94 0.33
HSL 45.75º 0.89% 0.35% -
HSV(B) 45.75º 0.94% 0.67% -
XYZ 24.88 25.07 3.81 -
YUV 129.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 170 132 10 0 0.22 0.94 0.33 45.75 0.89 0.35
Hex AA 84 A 0 16 5E 21 2E 59 23
Octal 252 204 12 0 26 136 41 56 131 43
Binary 10101010 10000100 1010 0 10110 1011110 100001 101110 1011001 100011

Color Harmonies of #AA840A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA840A

Black with #AA840A

Text Example


Text Example

White with #AA840A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA840A; }

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

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

background-color css

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

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

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

border-color css

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

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

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