#A35B4D

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

Shades of Crail #A35B4D

Tints of Crail #A35B4D

Color information

#A35B4D (or 0xA35B4D) is unknown color: approx Crail. HEX triplet: A3, 5B and 4D. RGB value is (163,91,77). Sum of RGB (Red+Green+Blue) = 163+91+77=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35B4D is #5CA4B2. Grayscale: #6F6F6F. Windows color (decimal): -6071475 or 5069731. OLE color: 5069731.

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

Color convert

RGB1639177-
CMYK00.440.530.36
HSL9.77º35.83%47.06%-
HSV(B)9.77º52.76%63.92%-
XYZ20.1815.89.01-
YUV110.93108.85165.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.24%
GREEN value IS 91 (35.94% from 255) = 27.49%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=49.24%
G=27.49%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163917700.440.530.369.7735.8347.06
HexA35B4D02C3524a242f
Octal2431331150546544124457
Binary101000111011011100110101011001101011001001010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B4D; }

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

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

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

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

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

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

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

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