#a5431c

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

Shades of Rich Gold #A5431C

Tints of Rich Gold #A5431C

Color information

#A5431C (or 0xA5431C) is unknown color: approx Rich Gold. HEX triplet: A5, 43 and 1C. RGB value is (165,67,28). Sum of RGB (Red+Green+Blue) = 165+67+28=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A5431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5431C is #5ABCE3. Grayscale: #5C5C5C. Windows color (decimal): -5946596 or 1852325. OLE color: 1852325.

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

Color convert

RGB1656728-
CMYK00.590.830.35
HSL17.08º70.98%37.84%-
HSV(B)17.08º83.03%64.71%-
XYZ17.7312.12.5-
YUV91.8691.97180.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.46%
GREEN value IS 67 (26.56% from 255) = 25.77%
BLUE value IS 28 (11.33% from 255) = 10.77%
R=63.46%
G=25.77%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165672800.590.830.3517.0870.9837.84
HexA5431C03B5323114726
Octal24510334073123432110746
Binary1010010110000111110001110111010011100011100011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5431c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5431c; }

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

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

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

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

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

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

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

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