#A55826

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

Shades of Rich Gold #A55826

Tints of Rich Gold #A55826

Color information

#A55826 (or 0xA55826) is unknown color: approx Rich Gold. HEX triplet: A5, 58 and 26. RGB value is (165,88,38). Sum of RGB (Red+Green+Blue) = 165+88+38=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A55826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55826 is #5AA7D9. Grayscale: #696969. Windows color (decimal): -5941210 or 2513061. OLE color: 2513061.

HSL color Cylindrical-coordinate representation of color #A55826: hue angle of 23.62º 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 #A55826 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB1658838-
CMYK00.470.770.35
HSL23.62º62.56%39.8%-
HSV(B)23.62º76.97%64.71%-
XYZ19.3615.123.73-
YUV105.3290.01170.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.70%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 38 (15.23% from 255) = 13.06%
R=56.70%
G=30.24%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165883800.470.770.3523.6262.5639.8
HexA5582602F4D23183f28
Octal2451304605711543307750
Binary1010010110110001001100101111100110110001111000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55826; }

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

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

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

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

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

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

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

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