#A45743

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

Shades of Crail #A45743

Tints of Crail #A45743

Color information

#A45743 (or 0xA45743) is unknown color: approx Crail. HEX triplet: A4, 57 and 43. RGB value is (164,87,67). Sum of RGB (Red+Green+Blue) = 164+87+67=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A45743 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45743 is #5BA8BC. Grayscale: #6B6B6B. Windows color (decimal): -6006973 or 4413348. OLE color: 4413348.

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

Color convert

RGB1648767-
CMYK00.470.590.36
HSL12.37º41.99%45.29%-
HSV(B)12.37º59.15%64.31%-
XYZ19.7315.117.19-
YUV107.74105.01168.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 67 (26.56% from 255) = 21.07%
R=51.57%
G=27.36%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164876700.470.590.3612.3741.9945.29
HexA4574302F3B24c2a2d
Octal2441271030577344145255
Binary101001001010111100001101011111110111001001100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45743; }

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

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

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

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

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

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

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

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