#A5431B

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

Shades of Rich Gold #A5431B

Tints of Rich Gold #A5431B

Color information

#A5431B (or 0xA5431B) is unknown color: approx Rich Gold. HEX triplet: A5, 43 and 1B. RGB value is (165,67,27). Sum of RGB (Red+Green+Blue) = 165+67+27=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A5431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5431B is #5ABCE4. Grayscale: #5C5C5C. Windows color (decimal): -5946597 or 1786789. OLE color: 1786789.

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

Color convert

RGB1656727-
CMYK00.590.840.35
HSL17.39º71.88%37.65%-
HSV(B)17.39º83.64%64.71%-
XYZ17.7212.092.44-
YUV91.7491.47180.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.71%
GREEN value IS 67 (26.56% from 255) = 25.87%
BLUE value IS 27 (10.94% from 255) = 10.42%
R=63.71%
G=25.87%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165672700.590.840.3517.3971.8837.65
HexA5431B03B5423114826
Octal24510333073124432111046
Binary1010010110000111101101110111010100100011100011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5431B; }

 p { color: rgb(165,67,27); }

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

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

 a { background-color: rgb(165,67,27); }

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

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

 span { border-color: rgb(165,67,27); }

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