#A35345

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

Shades of Crail #A35345

Tints of Crail #A35345

Color information

#A35345 (or 0xA35345) is unknown color: approx Crail. HEX triplet: A3, 53 and 45. RGB value is (163,83,69). Sum of RGB (Red+Green+Blue) = 163+83+69=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A35345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35345 is #5CACBA. Grayscale: #696969. Windows color (decimal): -6073531 or 4543395. OLE color: 4543395.

HSL color Cylindrical-coordinate representation of color #A35345: hue angle of 8.94º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A35345 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB1638369-
CMYK00.490.580.36
HSL8.94º40.52%45.49%-
HSV(B)8.94º57.67%63.92%-
XYZ19.2714.47.39-
YUV105.32107.5169.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.75%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=51.75%
G=26.35%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163836900.490.580.368.9440.5245.49
HexA353450313A249292d
Octal2431231050617244115155
Binary101000111010011100010101100011110101001001001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35345; }

 p { color: rgb(163,83,69); }

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

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

 a { background-color: rgb(163,83,69); }

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

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

 span { border-color: rgb(163,83,69); }

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