#A54A26

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

Shades of Rich Gold #A54A26

Tints of Rich Gold #A54A26

Color information

#A54A26 (or 0xA54A26) is unknown color: approx Rich Gold. HEX triplet: A5, 4A and 26. RGB value is (165,74,38). Sum of RGB (Red+Green+Blue) = 165+74+38=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54A26 is #5AB5D9. Grayscale: #616161. Windows color (decimal): -5944794 or 2509477. OLE color: 2509477.

HSL color Cylindrical-coordinate representation of color #A54A26: hue angle of 17.01º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A54A26 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB1657438-
CMYK00.550.770.35
HSL17.01º62.56%39.8%-
HSV(B)17.01º76.97%64.71%-
XYZ18.3213.043.38-
YUV97.194.65176.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.57%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 38 (15.23% from 255) = 13.72%
R=59.57%
G=26.71%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165743800.550.770.3517.0162.5639.8
HexA54A260374D23113f28
Octal2451124606711543217750
Binary1010010110010101001100110111100110110001110001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54A26; }

 p { color: rgb(165,74,38); }

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

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

 a { background-color: rgb(165,74,38); }

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

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

 span { border-color: rgb(165,74,38); }

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