#A45245

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

Shades of Crail #A45245

Tints of Crail #A45245

Color information

#A45245 (or 0xA45245) is unknown color: approx Crail. HEX triplet: A4, 52 and 45. RGB value is (164,82,69). Sum of RGB (Red+Green+Blue) = 164+82+69=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A45245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45245 is #5BADBA. Grayscale: #696969. Windows color (decimal): -6008251 or 4543140. OLE color: 4543140.

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

Color convert

RGB1648269-
CMYK00.50.580.36
HSL8.21º40.77%45.69%-
HSV(B)8.21º57.93%64.31%-
XYZ19.414.367.38-
YUV105.04107.67170.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.06%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=52.06%
G=26.03%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164826900.50.580.368.2140.7745.69
HexA452450323A248292e
Octal2441221050627244105156
Binary101001001010010100010101100101110101001001000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45245; }

 p { color: rgb(164,82,69); }

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

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

 a { background-color: rgb(164,82,69); }

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

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

 span { border-color: rgb(164,82,69); }

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