#A55E1D

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

Shades of Rich Gold #A55E1D

Tints of Rich Gold #A55E1D

Color information

#A55E1D (or 0xA55E1D) is unknown color: approx Rich Gold. HEX triplet: A5, 5E and 1D. RGB value is (165,94,29). Sum of RGB (Red+Green+Blue) = 165+94+29=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55E1D is #5AA1E2. Grayscale: #6C6C6C. Windows color (decimal): -5939683 or 1924773. OLE color: 1924773.

HSL color Cylindrical-coordinate representation of color #A55E1D: hue angle of 28.68º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A55E1D is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB1659429-
CMYK00.430.820.35
HSL28.68º70.1%38.04%-
HSV(B)28.68º82.42%64.71%-
XYZ19.7416.093.23-
YUV107.8283.52168.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.29%
GREEN value IS 94 (37.11% from 255) = 32.64%
BLUE value IS 29 (11.72% from 255) = 10.07%
R=57.29%
G=32.64%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165942900.430.820.3528.6870.138.04
HexA55E1D02B52231d4626
Octal24513635053122433510646
Binary1010010110111101110101010111010010100011111011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E1D; }

 p { color: rgb(165,94,29); }

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

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

 a { background-color: rgb(165,94,29); }

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

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

 span { border-color: rgb(165,94,29); }

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