#a34f40

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

Shades of Crail #A34F40

Tints of Crail #A34F40

Color information

#A34F40 (or 0xA34F40) is unknown color: approx Crail. HEX triplet: A3, 4F and 40. RGB value is (163,79,64). Sum of RGB (Red+Green+Blue) = 163+79+64=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F40 is #5CB0BF. Grayscale: #666666. Windows color (decimal): -6074560 or 4214691. OLE color: 4214691.

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

Color convert

RGB1637964-
CMYK00.520.610.36
HSL9.09º43.61%44.51%-
HSV(B)9.09º60.74%63.92%-
XYZ18.8313.756.51-
YUV102.41106.33171.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.27%
GREEN value IS 79 (31.25% from 255) = 25.82%
BLUE value IS 64 (25.39% from 255) = 20.92%
R=53.27%
G=25.82%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163796400.520.610.369.0943.6144.51
HexA34F400343D2492c2d
Octal2431171000647544115455
Binary101000111001111100000001101001111011001001001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a34f40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a34f40; }

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

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

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

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

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

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

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

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