Html Css Color HEX #AA8313 Dark Goldenrod

📋 copy color: '#AA8313'

red 170 ◦ green 131 ◦ blue 19

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

Shades of Dark Goldenrod #AA8313

Tints of Dark Goldenrod #AA8313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.94%

 BLUE value IS 19 (7.81% from 255) = 5.94%

R = 53.13%
G = 40.94%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA8313 (or 0xAA8313) is known color: Dark Goldenrod. HEX triplet: AA, 83 and 13. RGB value is (170,131,19). Sum of RGB (Red+Green+Blue) = 170+131+19=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8313 is #557CEC. Grayscale: #828282. Windows color (decimal): -5602541 or 1278890. OLE color: 1278890.

HSL color Cylindrical-coordinate representation of color #AA8313: hue angle of 44.5º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA8313 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 131 19 -
CMYK 0 0.23 0.89 0.33
HSL 44.5º 0.8% 0.37% -
HSV(B) 44.5º 0.89% 0.67% -
XYZ 24.81 24.83 4.1 -
YUV 129.89 65.42 156.61 -
System Red Green Blue C M Y K H S L
Decimal 170 131 19 0 0.23 0.89 0.33 44.5 0.8 0.37
Hex AA 83 13 0 17 59 21 2D 50 25
Octal 252 203 23 0 27 131 41 55 120 45
Binary 10101010 10000011 10011 0 10111 1011001 100001 101101 1010000 100101

Color Harmonies of #AA8313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8313

Black with #AA8313

Text Example


Text Example

White with #AA8313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8313; }

 p { color: rgb(170,131,19); }

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

background-color css

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

 a { background-color: rgb(170,131,19); }

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

border-color css

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

 span { border-color: rgb(170,131,19); }

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