#A4574C

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

Shades of Crail #A4574C

Tints of Crail #A4574C

Color information

#A4574C (or 0xA4574C) is unknown color: approx Crail. HEX triplet: A4, 57 and 4C. RGB value is (164,87,76). Sum of RGB (Red+Green+Blue) = 164+87+76=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4574C is #5BA8B3. Grayscale: #6C6C6C. Windows color (decimal): -6006964 or 5003172. OLE color: 5003172.

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

Color convert

RGB1648776-
CMYK00.470.540.36
HSL7.5º36.67%47.06%-
HSV(B)7.5º53.66%64.31%-
XYZ20.0215.238.72-
YUV108.77109.51167.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 76 (30.08% from 255) = 23.24%
R=50.15%
G=26.61%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164877600.470.540.367.536.6747.06
HexA4574C02F36248252f
Octal2441271140576644104557
Binary101001001010111100110001011111101101001001000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4574C; }

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

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

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

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

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

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

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

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