#A34F28

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

Shades of Rich Gold #A34F28

Tints of Rich Gold #A34F28

Color information

#A34F28 (or 0xA34F28) is unknown color: approx Rich Gold. HEX triplet: A3, 4F and 28. RGB value is (163,79,40). Sum of RGB (Red+Green+Blue) = 163+79+40=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F28 is #5CB0D7. Grayscale: #636363. Windows color (decimal): -6074584 or 2641827. OLE color: 2641827.

HSL color Cylindrical-coordinate representation of color #A34F28: hue angle of 19.02º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A34F28 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1637940-
CMYK00.520.750.36
HSL19.02º60.59%39.8%-
HSV(B)19.02º75.46%63.92%-
XYZ18.2813.533.66-
YUV99.6794.33173.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.80%
GREEN value IS 79 (31.25% from 255) = 28.01%
BLUE value IS 40 (16.02% from 255) = 14.18%
R=57.80%
G=28.01%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163794000.520.750.3619.0260.5939.8
HexA34F280344B24133d28
Octal2431175006411344237550
Binary1010001110011111010000110100100101110010010011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34F28; }

 p { color: rgb(163,79,40); }

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

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

 a { background-color: rgb(163,79,40); }

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

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

 span { border-color: rgb(163,79,40); }

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