#A3451C

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

Shades of Rich Gold #A3451C

Tints of Rich Gold #A3451C

Color information

#A3451C (or 0xA3451C) is unknown color: approx Rich Gold. HEX triplet: A3, 45 and 1C. RGB value is (163,69,28). Sum of RGB (Red+Green+Blue) = 163+69+28=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A3451C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3451C is #5CBAE3. Grayscale: #5C5C5C. Windows color (decimal): -6077156 or 1852835. OLE color: 1852835.

HSL color Cylindrical-coordinate representation of color #A3451C: hue angle of 18.22º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3451C is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1636928-
CMYK00.580.830.36
HSL18.22º70.68%37.45%-
HSV(B)18.22º82.82%63.92%-
XYZ17.4412.132.52-
YUV92.4391.64178.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.69%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 28 (11.33% from 255) = 10.77%
R=62.69%
G=26.54%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163692800.580.830.3618.2270.6837.45
HexA3451C03A5324124725
Octal24310534072123442210745
Binary1010001110001011110001110101010011100100100101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3451C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3451C; }

 p { color: rgb(163,69,28); }

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

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

 a { background-color: rgb(163,69,28); }

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

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

 span { border-color: rgb(163,69,28); }

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