#AA4E1A

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

Shades of Rich Gold #AA4E1A

Tints of Rich Gold #AA4E1A

Color information

#AA4E1A (or 0xAA4E1A) is unknown color: approx Rich Gold. HEX triplet: AA, 4E and 1A. RGB value is (170,78,26). Sum of RGB (Red+Green+Blue) = 170+78+26=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E1A is #55B1E5. Grayscale: #636363. Windows color (decimal): -5616102 or 1724074. OLE color: 1724074.

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

Color convert

RGB1707826-
CMYK00.540.850.33
HSL21.67º73.47%38.43%-
HSV(B)21.67º84.71%66.67%-
XYZ19.4914.072.67-
YUV99.5886.48178.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.04%
GREEN value IS 78 (30.86% from 255) = 28.47%
BLUE value IS 26 (10.55% from 255) = 9.49%
R=62.04%
G=28.47%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170782600.540.850.3321.6773.4738.43
HexAA4E1A0365521164926
Octal25211632066125412611146
Binary1010101010011101101001101101010101100001101101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E1A; }

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

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

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

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

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

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

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

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