#A34F43

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

Shades of Crail #A34F43

Tints of Crail #A34F43

Color information

#A34F43 (or 0xA34F43) is unknown color: approx Crail. HEX triplet: A3, 4F and 43. RGB value is (163,79,67). Sum of RGB (Red+Green+Blue) = 163+79+67=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F43 is #5CB0BC. Grayscale: #666666. Windows color (decimal): -6074557 or 4411299. OLE color: 4411299.

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

Color convert

RGB1637967-
CMYK00.520.590.36
HSL7.5º41.74%45.1%-
HSV(B)7.5º58.9%63.92%-
XYZ18.9113.786.97-
YUV102.75107.83170.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 79 (31.25% from 255) = 25.57%
BLUE value IS 67 (26.56% from 255) = 21.68%
R=52.75%
G=25.57%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163796700.520.590.367.541.7445.1
HexA34F430343B2482a2d
Octal2431171030647344105255
Binary101000111001111100001101101001110111001001000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34F43; }

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

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

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

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

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

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

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

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