Html Css Color HEX #AA581E Rich Gold

📋 copy color: '#AA581E'

red 170 ◦ green 88 ◦ blue 30

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

Shades of Rich Gold #AA581E

Tints of Rich Gold #AA581E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.56%

 BLUE value IS 30 (12.11% from 255) = 10.42%

R = 59.03%
G = 30.56%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA581E (or 0xAA581E) is known color: Rich Gold. HEX triplet: AA, 58 and 1E. RGB value is (170,88,30). Sum of RGB (Red+Green+Blue) = 170+88+30=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA581E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA581E is #55A7E1. Grayscale: #6A6A6A. Windows color (decimal): -5613538 or 1988778. OLE color: 1988778.

HSL color Cylindrical-coordinate representation of color #AA581E: hue angle of 24.86º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA581E is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 88 30 -
CMYK 0 0.48 0.82 0.33
HSL 24.86º 0.7% 0.39% -
HSV(B) 24.86º 0.82% 0.67% -
XYZ 20.3 15.62 3.17 -
YUV 105.91 85.17 173.72 -
System Red Green Blue C M Y K H S L
Decimal 170 88 30 0 0.48 0.82 0.33 24.86 0.7 0.39
Hex AA 58 1E 0 30 52 21 19 46 27
Octal 252 130 36 0 60 122 41 31 106 47
Binary 10101010 1011000 11110 0 110000 1010010 100001 11001 1000110 100111

Color Harmonies of #AA581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA581E

Black with #AA581E

Text Example


Text Example

White with #AA581E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA581E; }

 p { color: rgb(170,88,30); }

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

background-color css

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

 a { background-color: rgb(170,88,30); }

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

border-color css

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

 span { border-color: rgb(170,88,30); }

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