#AA531A

Color #AA531A Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #AA531A

Tints of Rich Gold #AA531A

Color information

#AA531A (or 0xAA531A) is unknown color: approx Rich Gold. HEX triplet: AA, 53 and 1A. RGB value is (170,83,26). Sum of RGB (Red+Green+Blue) = 170+83+26=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA531A is #55ACE5. Grayscale: #666666. Windows color (decimal): -5614822 or 1725354. OLE color: 1725354.

HSL color Cylindrical-coordinate representation of color #AA531A: hue angle of 23.75º 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 #AA531A is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1708326-
CMYK00.510.850.33
HSL23.75º73.47%38.43%-
HSV(B)23.75º84.71%66.67%-
XYZ19.8614.812.79-
YUV102.5184.82176.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.93%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 26 (10.55% from 255) = 9.32%
R=60.93%
G=29.75%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170832600.510.850.3323.7573.4738.43
HexAA531A0335521184926
Octal25212332063125413011146
Binary1010101010100111101001100111010101100001110001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA531A; }

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

 H1.HeaderClassName
 {
   color: #AA531A;
 }
 .AnyTagClassName
 {
   color: #AA531A;
 }
</style>
background-color css

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

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

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

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

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

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