#A45B26

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

Shades of Rich Gold #A45B26

Tints of Rich Gold #A45B26

Color information

#A45B26 (or 0xA45B26) is unknown color: approx Rich Gold. HEX triplet: A4, 5B and 26. RGB value is (164,91,38). Sum of RGB (Red+Green+Blue) = 164+91+38=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45B26 is #5BA4D9. Grayscale: #6B6B6B. Windows color (decimal): -6005978 or 2513828. OLE color: 2513828.

HSL color Cylindrical-coordinate representation of color #A45B26: hue angle of 25.24º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A45B26 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1649138-
CMYK00.450.770.36
HSL25.24º62.38%39.61%-
HSV(B)25.24º76.83%64.31%-
XYZ19.415.513.81-
YUV106.7889.18168.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.97%
GREEN value IS 91 (35.94% from 255) = 31.06%
BLUE value IS 38 (15.23% from 255) = 12.97%
R=55.97%
G=31.06%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164913800.450.770.3625.2462.3839.61
HexA45B2602D4D24193e28
Octal2441334605511544317650
Binary1010010010110111001100101101100110110010011001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45B26; }

 p { color: rgb(164,91,38); }

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

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

 a { background-color: rgb(164,91,38); }

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

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

 span { border-color: rgb(164,91,38); }

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