#A35F4A

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

Shades of Crail #A35F4A

Tints of Crail #A35F4A

Color information

#A35F4A (or 0xA35F4A) is unknown color: approx Crail. HEX triplet: A3, 5F and 4A. RGB value is (163,95,74). Sum of RGB (Red+Green+Blue) = 163+95+74=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F4A is #5CA0B5. Grayscale: #717171. Windows color (decimal): -6070454 or 4874147. OLE color: 4874147.

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

Color convert

RGB1639574-
CMYK00.420.550.36
HSL14.16º37.55%46.47%-
HSV(B)14.16º54.6%63.92%-
XYZ20.4316.478.58-
YUV112.94106.03163.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.10%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=49.10%
G=28.61%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163957400.420.550.3614.1637.5546.47
HexA35F4A02A3724e262e
Octal2431371120526744164656
Binary101000111011111100101001010101101111001001110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F4A; }

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

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

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

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

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

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

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

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