#A5503E

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

Shades of Crail #A5503E

Tints of Crail #A5503E

Color information

#A5503E (or 0xA5503E) is unknown color: approx Crail. HEX triplet: A5, 50 and 3E. RGB value is (165,80,62). Sum of RGB (Red+Green+Blue) = 165+80+62=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A5503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5503E is #5AAFC1. Grayscale: #676767. Windows color (decimal): -5943234 or 4083877. OLE color: 4083877.

HSL color Cylindrical-coordinate representation of color #A5503E: hue angle of 10.49º 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 #A5503E is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1658062-
CMYK00.520.620.35
HSL10.49º45.37%44.51%-
HSV(B)10.49º62.42%64.71%-
XYZ19.2614.086.26-
YUV103.36104.66171.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.75%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=53.75%
G=26.06%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165806200.520.620.3510.4945.3744.51
HexA5503E0343E23a2d2d
Octal245120760647643125555
Binary10100101101000011111001101001111101000111010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5503E; }

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

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

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

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

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

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

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

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