#A35F4D

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

Shades of Crail #A35F4D

Tints of Crail #A35F4D

Color information

#A35F4D (or 0xA35F4D) is unknown color: approx Crail. HEX triplet: A3, 5F and 4D. RGB value is (163,95,77). Sum of RGB (Red+Green+Blue) = 163+95+77=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35F4D is #5CA0B2. Grayscale: #717171. Windows color (decimal): -6070451 or 5070755. OLE color: 5070755.

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

Color convert

RGB1639577-
CMYK00.420.530.36
HSL12.56º35.83%47.06%-
HSV(B)12.56º52.76%63.92%-
XYZ20.5416.519.12-
YUV113.28107.53163.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.66%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 77 (30.47% from 255) = 22.99%
R=48.66%
G=28.36%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163957700.420.530.3612.5635.8347.06
HexA35F4D02A3524d242f
Octal2431371150526544154457
Binary101000111011111100110101010101101011001001101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F4D; }

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

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

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

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

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

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

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

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