#A55741

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

Shades of Crail #A55741

Tints of Crail #A55741

Color information

#A55741 (or 0xA55741) is unknown color: approx Crail. HEX triplet: A5, 57 and 41. RGB value is (165,87,65). Sum of RGB (Red+Green+Blue) = 165+87+65=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A55741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55741 is #5AA8BE. Grayscale: #6B6B6B. Windows color (decimal): -5941439 or 4282277. OLE color: 4282277.

HSL color Cylindrical-coordinate representation of color #A55741: hue angle of 13.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A55741 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1658765-
CMYK00.470.610.35
HSL13.2º43.48%45.1%-
HSV(B)13.2º60.61%64.71%-
XYZ19.8815.26.89-
YUV107.81103.84168.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=52.05%
G=27.44%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165876500.470.610.3513.243.4845.1
HexA5574102F3D23d2b2d
Octal2451271010577543155355
Binary101001011010111100000101011111111011000111101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55741; }

 p { color: rgb(165,87,65); }

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

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

 a { background-color: rgb(165,87,65); }

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

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

 span { border-color: rgb(165,87,65); }

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