#A5513E

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

Shades of Crail #A5513E

Tints of Crail #A5513E

Color information

#A5513E (or 0xA5513E) is unknown color: approx Crail. HEX triplet: A5, 51 and 3E. RGB value is (165,81,62). Sum of RGB (Red+Green+Blue) = 165+81+62=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5513E is #5AAEC1. Grayscale: #686868. Windows color (decimal): -5942978 or 4084133. OLE color: 4084133.

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

Color convert

RGB1658162-
CMYK00.510.620.35
HSL11.07º45.37%44.51%-
HSV(B)11.07º62.42%64.71%-
XYZ19.3314.236.29-
YUV103.95104.33171.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 62 (24.61% from 255) = 20.13%
R=53.57%
G=26.30%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165816200.510.620.3511.0745.3744.51
HexA5513E0333E23b2d2d
Octal245121760637643135555
Binary10100101101000111111001100111111101000111011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5513E; }

 p { color: rgb(165,81,62); }

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

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

 a { background-color: rgb(165,81,62); }

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

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

 span { border-color: rgb(165,81,62); }

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