Html Css Color HEX #AA581A Rich Gold

📋 copy color: '#AA581A'

red 170 ◦ green 88 ◦ blue 26

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

Shades of Rich Gold #AA581A

Tints of Rich Gold #AA581A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.15%

R = 59.86%
G = 30.99%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA581A (or 0xAA581A) is known color: Rich Gold. HEX triplet: AA, 58 and 1A. RGB value is (170,88,26). Sum of RGB (Red+Green+Blue) = 170+88+26=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA581A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA581A is #55A7E5. Grayscale: #696969. Windows color (decimal): -5613542 or 1726634. OLE color: 1726634.

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

Color convert

RGB 170 88 26 -
CMYK 0 0.48 0.85 0.33
HSL 25.83º 0.73% 0.38% -
HSV(B) 25.83º 0.85% 0.67% -
XYZ 20.25 15.6 2.92 -
YUV 105.45 83.17 174.04 -
System Red Green Blue C M Y K H S L
Decimal 170 88 26 0 0.48 0.85 0.33 25.83 0.73 0.38
Hex AA 58 1A 0 30 55 21 1A 49 26
Octal 252 130 32 0 60 125 41 32 111 46
Binary 10101010 1011000 11010 0 110000 1010101 100001 11010 1001001 100110

Color Harmonies of #AA581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA581A

Black with #AA581A

Text Example


Text Example

White with #AA581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA581A; }

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

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

background-color css

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

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

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

border-color css

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

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

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