#A05026

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

Shades of Rich Gold #A05026

Tints of Rich Gold #A05026

Color information

#A05026 (or 0xA05026) is unknown color: approx Rich Gold. HEX triplet: A0, 50 and 26. RGB value is (160,80,38). Sum of RGB (Red+Green+Blue) = 160+80+38=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A05026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05026 is #5FAFD9. Grayscale: #636363. Windows color (decimal): -6270938 or 2511008. OLE color: 2511008.

HSL color Cylindrical-coordinate representation of color #A05026: hue angle of 20.66º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A05026 is Cyan = 0, Magento = 0.5, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1608038-
CMYK00.50.760.37
HSL20.66º61.62%38.82%-
HSV(B)20.66º76.25%62.75%-
XYZ17.7213.353.48-
YUV99.1393.5171.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.55%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 38 (15.23% from 255) = 13.67%
R=57.55%
G=28.78%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160803800.50.760.3720.6661.6238.82
HexA050260324C25153e27
Octal2401204606211445257647
Binary1010000010100001001100110010100110010010110101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05026; }

 p { color: rgb(160,80,38); }

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

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

 a { background-color: rgb(160,80,38); }

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

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

 span { border-color: rgb(160,80,38); }

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