Html Css Color HEX #AA581B Rich Gold

📋 copy color: '#AA581B'

red 170 ◦ green 88 ◦ blue 27

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

Shades of Rich Gold #AA581B

Tints of Rich Gold #AA581B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.47%

R = 59.65%
G = 30.88%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA581B (or 0xAA581B) is known color: Rich Gold. HEX triplet: AA, 58 and 1B. RGB value is (170,88,27). Sum of RGB (Red+Green+Blue) = 170+88+27=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA581B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA581B is #55A7E4. Grayscale: #696969. Windows color (decimal): -5613541 or 1792170. OLE color: 1792170.

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

Color convert

RGB 170 88 27 -
CMYK 0 0.48 0.84 0.33
HSL 25.59º 0.73% 0.39% -
HSV(B) 25.59º 0.84% 0.67% -
XYZ 20.27 15.6 2.98 -
YUV 105.56 83.67 173.96 -
System Red Green Blue C M Y K H S L
Decimal 170 88 27 0 0.48 0.84 0.33 25.59 0.73 0.39
Hex AA 58 1B 0 30 54 21 1A 49 27
Octal 252 130 33 0 60 124 41 32 111 47
Binary 10101010 1011000 11011 0 110000 1010100 100001 11010 1001001 100111

Color Harmonies of #AA581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA581B

Black with #AA581B

Text Example


Text Example

White with #AA581B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA581B; }

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

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

background-color css

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

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

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

border-color css

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

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

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