#A8441B

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

Shades of Rich Gold #A8441B

Tints of Rich Gold #A8441B

Color information

#A8441B (or 0xA8441B) is unknown color: approx Rich Gold. HEX triplet: A8, 44 and 1B. RGB value is (168,68,27). Sum of RGB (Red+Green+Blue) = 168+68+27=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8441B is #57BBE4. Grayscale: #5D5D5D. Windows color (decimal): -5749733 or 1787048. OLE color: 1787048.

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

Color convert

RGB1686827-
CMYK00.600.840.34
HSL17.45º72.31%38.24%-
HSV(B)17.45º83.93%65.88%-
XYZ18.4112.542.49-
YUV93.2390.63181.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.88%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 27 (10.94% from 255) = 10.27%
R=63.88%
G=25.86%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168682700.600.840.3417.4572.3138.24
HexA8441B03C5422114826
Octal25010433074124422111046
Binary1010100010001001101101111001010100100010100011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8441B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8441B; }

 p { color: rgb(168,68,27); }

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

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

 a { background-color: rgb(168,68,27); }

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

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

 span { border-color: rgb(168,68,27); }

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