Html Css Color HEX #AA8405 Dark Goldenrod

📋 copy color: '#AA8405'

red 170 ◦ green 132 ◦ blue 5

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

Shades of Dark Goldenrod #AA8405

Tints of Dark Goldenrod #AA8405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 55.37%
G = 43%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA8405 (or 0xAA8405) is known color: Dark Goldenrod. HEX triplet: AA, 84 and 05. RGB value is (170,132,5). Sum of RGB (Red+Green+Blue) = 170+132+5=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8405 is #557BFA. Grayscale: #818181. Windows color (decimal): -5602299 or 361642. OLE color: 361642.

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

Color convert

RGB 170 132 5 -
CMYK 0 0.22 0.97 0.33
HSL 46.18º 0.94% 0.34% -
HSV(B) 46.18º 0.97% 0.67% -
XYZ 24.86 25.06 3.67 -
YUV 128.88 58.09 157.33 -
System Red Green Blue C M Y K H S L
Decimal 170 132 5 0 0.22 0.97 0.33 46.18 0.94 0.34
Hex AA 84 5 0 16 61 21 2E 5E 22
Octal 252 204 5 0 26 141 41 56 136 42
Binary 10101010 10000100 101 0 10110 1100001 100001 101110 1011110 100010

Color Harmonies of #AA8405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8405

Black with #AA8405

Text Example


Text Example

White with #AA8405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8405; }

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

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

background-color css

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

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

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

border-color css

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

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

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