#A35844

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

Shades of Crail #A35844

Tints of Crail #A35844

Color information

#A35844 (or 0xA35844) is unknown color: approx Crail. HEX triplet: A3, 58 and 44. RGB value is (163,88,68). Sum of RGB (Red+Green+Blue) = 163+88+68=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A35844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35844 is #5CA7BB. Grayscale: #6C6C6C. Windows color (decimal): -6072252 or 4479139. OLE color: 4479139.

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

Color convert

RGB1638868-
CMYK00.460.580.36
HSL12.63º41.13%45.29%-
HSV(B)12.63º58.28%63.92%-
XYZ19.6415.187.36-
YUV108.14105.35167.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.10%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=51.10%
G=27.59%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163886800.460.580.3612.6341.1345.29
HexA3584402E3A24d292d
Octal2431301040567244155155
Binary101000111011000100010001011101110101001001101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35844; }

 p { color: rgb(163,88,68); }

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

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

 a { background-color: rgb(163,88,68); }

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

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

 span { border-color: rgb(163,88,68); }

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