#A3574B

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

Shades of Crail #A3574B

Tints of Crail #A3574B

Color information

#A3574B (or 0xA3574B) is unknown color: approx Crail. HEX triplet: A3, 57 and 4B. RGB value is (163,87,75). Sum of RGB (Red+Green+Blue) = 163+87+75=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3574B is #5CA8B4. Grayscale: #6C6C6C. Windows color (decimal): -6072501 or 4937635. OLE color: 4937635.

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

Color convert

RGB1638775-
CMYK00.470.540.36
HSL8.18º36.97%46.67%-
HSV(B)8.18º53.99%63.92%-
XYZ19.7815.118.53-
YUV108.36109.18166.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=50.15%
G=26.77%
B=23.08%

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
Decimal163877500.470.540.368.1836.9746.67
HexA3574B02F36248252f
Octal2431271130576644104557
Binary101000111010111100101101011111101101001001000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3574B; }

 p { color: rgb(163,87,75); }

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

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

 a { background-color: rgb(163,87,75); }

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

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

 span { border-color: rgb(163,87,75); }

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