#A45143

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

Shades of Crail #A45143

Tints of Crail #A45143

Color information

#A45143 (or 0xA45143) is unknown color: approx Crail. HEX triplet: A4, 51 and 43. RGB value is (164,81,67). Sum of RGB (Red+Green+Blue) = 164+81+67=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A45143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45143 is #5BAEBC. Grayscale: #686868. Windows color (decimal): -6008509 or 4411812. OLE color: 4411812.

HSL color Cylindrical-coordinate representation of color #A45143: hue angle of 8.66º 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 #A45143 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB1648167-
CMYK00.510.590.36
HSL8.66º41.99%45.29%-
HSV(B)8.66º59.15%64.31%-
XYZ19.2714.187.03-
YUV104.22107170.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.56%
GREEN value IS 81 (32.03% from 255) = 25.96%
BLUE value IS 67 (26.56% from 255) = 21.47%
R=52.56%
G=25.96%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164816700.510.590.368.6641.9945.29
HexA451430333B2492a2d
Octal2441211030637344115255
Binary101001001010001100001101100111110111001001001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45143; }

 p { color: rgb(164,81,67); }

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

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

 a { background-color: rgb(164,81,67); }

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

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

 span { border-color: rgb(164,81,67); }

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