#A5564B

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

Shades of Crail #A5564B

Tints of Crail #A5564B

Color information

#A5564B (or 0xA5564B) is unknown color: approx Crail. HEX triplet: A5, 56 and 4B. RGB value is (165,86,75). Sum of RGB (Red+Green+Blue) = 165+86+75=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5564B is #5AA9B4. Grayscale: #6C6C6C. Windows color (decimal): -5941685 or 4937381. OLE color: 4937381.

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

Color convert

RGB1658675-
CMYK00.480.550.35
HSL7.33º37.5%47.06%-
HSV(B)7.33º54.55%64.71%-
XYZ20.1115.168.52-
YUV108.37109.17168.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.61%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 75 (29.69% from 255) = 23.01%
R=50.61%
G=26.38%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165867500.480.550.357.3337.547.06
HexA5564B03037237262f
Octal245126113060674374657
Binary10100101101011010010110110000110111100011111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5564B; }

 p { color: rgb(165,86,75); }

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

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

 a { background-color: rgb(165,86,75); }

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

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

 span { border-color: rgb(165,86,75); }

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