#A35945

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

Shades of Crail #A35945

Tints of Crail #A35945

Color information

#A35945 (or 0xA35945) is unknown color: approx Crail. HEX triplet: A3, 59 and 45. RGB value is (163,89,69). Sum of RGB (Red+Green+Blue) = 163+89+69=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A35945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35945 is #5CA6BA. Grayscale: #6D6D6D. Windows color (decimal): -6071995 or 4544931. OLE color: 4544931.

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

Color convert

RGB1638969-
CMYK00.450.580.36
HSL12.77º40.52%45.49%-
HSV(B)12.77º57.67%63.92%-
XYZ19.7515.367.55-
YUV108.85105.52166.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.78%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 69 (27.34% from 255) = 21.50%
R=50.78%
G=27.73%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163896900.450.580.3612.7740.5245.49
HexA3594502D3A24d292d
Octal2431311050557244155155
Binary101000111011001100010101011011110101001001101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35945; }

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

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

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

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

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

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

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

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