#A35445

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

Shades of Crail #A35445

Tints of Crail #A35445

Color information

#A35445 (or 0xA35445) is unknown color: approx Crail. HEX triplet: A3, 54 and 45. RGB value is (163,84,69). Sum of RGB (Red+Green+Blue) = 163+84+69=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A35445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35445 is #5CABBA. Grayscale: #6A6A6A. Windows color (decimal): -6073275 or 4543651. OLE color: 4543651.

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

Color convert

RGB1638469-
CMYK00.480.580.36
HSL9.57º40.52%45.49%-
HSV(B)9.57º57.67%63.92%-
XYZ19.3514.567.42-
YUV105.91107.17168.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.58%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 69 (27.34% from 255) = 21.84%
R=51.58%
G=26.58%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163846900.480.580.369.5740.5245.49
HexA354450303A24a292d
Octal2431241050607244125155
Binary101000111010100100010101100001110101001001010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35445; }

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

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

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

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

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

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

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

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