#A35245

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

Shades of Crail #A35245

Tints of Crail #A35245

Color information

#A35245 (or 0xA35245) is unknown color: approx Crail. HEX triplet: A3, 52 and 45. RGB value is (163,82,69). Sum of RGB (Red+Green+Blue) = 163+82+69=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A35245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35245 is #5CADBA. Grayscale: #686868. Windows color (decimal): -6073787 or 4543139. OLE color: 4543139.

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

Color convert

RGB1638269-
CMYK00.500.580.36
HSL8.3º40.52%45.49%-
HSV(B)8.3º57.67%63.92%-
XYZ19.214.257.37-
YUV104.74107.84169.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.91%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 69 (27.34% from 255) = 21.97%
R=51.91%
G=26.11%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163826900.500.580.368.340.5245.49
HexA352450323A248292d
Octal2431221050627244105155
Binary101000111010010100010101100101110101001001000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35245; }

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

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

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

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

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

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

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

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