#A35D4B

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

Shades of Crail #A35D4B

Tints of Crail #A35D4B

Color information

#A35D4B (or 0xA35D4B) is unknown color: approx Crail. HEX triplet: A3, 5D and 4B. RGB value is (163,93,75). Sum of RGB (Red+Green+Blue) = 163+93+75=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35D4B is #5CA2B4. Grayscale: #707070. Windows color (decimal): -6070965 or 4939171. OLE color: 4939171.

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

Color convert

RGB1639375-
CMYK00.430.540.36
HSL12.27º36.97%46.67%-
HSV(B)12.27º53.99%63.92%-
XYZ20.2916.128.7-
YUV111.88107.19164.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.24%
GREEN value IS 93 (36.72% from 255) = 28.10%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=49.24%
G=28.10%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163937500.430.540.3612.2736.9746.67
HexA35D4B02B3624c252f
Octal2431351130536644144557
Binary101000111011101100101101010111101101001001100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D4B; }

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

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

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

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

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

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

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

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