#A84C1D

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

Shades of Rich Gold #A84C1D

Tints of Rich Gold #A84C1D

Color information

#A84C1D (or 0xA84C1D) is unknown color: approx Rich Gold. HEX triplet: A8, 4C and 1D. RGB value is (168,76,29). Sum of RGB (Red+Green+Blue) = 168+76+29=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84C1D is #57B3E2. Grayscale: #626262. Windows color (decimal): -5747683 or 1920168. OLE color: 1920168.

HSL color Cylindrical-coordinate representation of color #A84C1D: hue angle of 20.29º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A84C1D is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB1687629-
CMYK00.550.830.34
HSL20.29º70.56%38.63%-
HSV(B)20.29º82.74%65.88%-
XYZ18.9513.582.79-
YUV98.1588.98177.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.54%
GREEN value IS 76 (30.08% from 255) = 27.84%
BLUE value IS 29 (11.72% from 255) = 10.62%
R=61.54%
G=27.84%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168762900.550.830.3420.2970.5638.63
HexA84C1D0375322144727
Octal25011435067123422410747
Binary1010100010011001110101101111010011100010101001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84C1D; }

 p { color: rgb(168,76,29); }

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

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

 a { background-color: rgb(168,76,29); }

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

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

 span { border-color: rgb(168,76,29); }

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