#A35D4F

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

Shades of Crail #A35D4F

Tints of Crail #A35D4F

Color information

#A35D4F (or 0xA35D4F) is unknown color: approx Crail. HEX triplet: A3, 5D and 4F. RGB value is (163,93,79). Sum of RGB (Red+Green+Blue) = 163+93+79=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35D4F is #5CA2B0. Grayscale: #707070. Windows color (decimal): -6070961 or 5201315. OLE color: 5201315.

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

Color convert

RGB1639379-
CMYK00.430.520.36
HSL10º34.71%47.45%-
HSV(B)10º51.53%63.92%-
XYZ20.4316.189.44-
YUV112.33109.19164.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.66%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 79 (31.25% from 255) = 23.58%
R=48.66%
G=27.76%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163937900.430.520.361034.7147.45
HexA35D4F02B3424a232f
Octal2431351170536444124357
Binary101000111011101100111101010111101001001001010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D4F; }

 p { color: rgb(163,93,79); }

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

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

 a { background-color: rgb(163,93,79); }

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

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

 span { border-color: rgb(163,93,79); }

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