#A05A1A

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

Shades of Rich Gold #A05A1A

Tints of Rich Gold #A05A1A

Color information

#A05A1A (or 0xA05A1A) is unknown color: approx Rich Gold. HEX triplet: A0, 5A and 1A. RGB value is (160,90,26). Sum of RGB (Red+Green+Blue) = 160+90+26=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05A1A is #5FA5E5. Grayscale: #676767. Windows color (decimal): -6268390 or 1727136. OLE color: 1727136.

HSL color Cylindrical-coordinate representation of color #A05A1A: hue angle of 28.66º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A05A1A is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB1609026-
CMYK00.440.840.37
HSL28.66º72.04%36.47%-
HSV(B)28.66º83.75%62.75%-
XYZ18.3414.862.88-
YUV103.6384.19168.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.97%
GREEN value IS 90 (35.55% from 255) = 32.61%
BLUE value IS 26 (10.55% from 255) = 9.42%
R=57.97%
G=32.61%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160902600.440.840.3728.6672.0436.47
HexA05A1A02C54251d4824
Octal24013232054124453511044
Binary1010000010110101101001011001010100100101111011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05A1A; }

 p { color: rgb(160,90,26); }

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

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

 a { background-color: rgb(160,90,26); }

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

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

 span { border-color: rgb(160,90,26); }

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