#A7431B

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

Shades of Rich Gold #A7431B

Tints of Rich Gold #A7431B

Color information

#A7431B (or 0xA7431B) is unknown color: approx Rich Gold. HEX triplet: A7, 43 and 1B. RGB value is (167,67,27). Sum of RGB (Red+Green+Blue) = 167+67+27=261 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.98% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 167 - color contains mainly: red. Hex color #A7431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7431B is #58BCE4. Grayscale: #5C5C5C. Windows color (decimal): -5815525 or 1786791. OLE color: 1786791.

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

Color convert

RGB1676727-
CMYK00.600.840.35
HSL17.14º72.16%38.04%-
HSV(B)17.14º83.83%65.49%-
XYZ18.1412.312.46-
YUV92.3491.13181.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 63.98%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 27 (10.94% from 255) = 10.34%
R=63.98%
G=25.67%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167672700.600.840.3517.1472.1638.04
HexA7431B03C5423114826
Octal24710333074124432111046
Binary1010011110000111101101111001010100100011100011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7431B; }

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

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

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

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

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

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

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

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