#A3574A

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

Shades of Crail #A3574A

Tints of Crail #A3574A

Color information

#A3574A (or 0xA3574A) is unknown color: approx Crail. HEX triplet: A3, 57 and 4A. RGB value is (163,87,74). Sum of RGB (Red+Green+Blue) = 163+87+74=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3574A is #5CA8B5. Grayscale: #6C6C6C. Windows color (decimal): -6072502 or 4872099. OLE color: 4872099.

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

Color convert

RGB1638774-
CMYK00.470.550.36
HSL8.76º37.55%46.47%-
HSV(B)8.76º54.6%63.92%-
XYZ19.7515.18.35-
YUV108.24108.68167.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.31%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 74 (29.30% from 255) = 22.84%
R=50.31%
G=26.85%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163877400.470.550.368.7637.5546.47
HexA3574A02F37249262e
Octal2431271120576744114656
Binary101000111010111100101001011111101111001001001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3574A; }

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

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

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

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

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

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

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

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