#A5604D

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

Shades of Crail #A5604D

Tints of Crail #A5604D

Color information

#A5604D (or 0xA5604D) is unknown color: approx Crail. HEX triplet: A5, 60 and 4D. RGB value is (165,96,77). Sum of RGB (Red+Green+Blue) = 165+96+77=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A5604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5604D is #5A9FB2. Grayscale: #727272. Windows color (decimal): -5939123 or 5071013. OLE color: 5071013.

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

Color convert

RGB1659677-
CMYK00.420.530.35
HSL12.95º36.36%47.45%-
HSV(B)12.95º53.33%64.71%-
XYZ21.0416.99.17-
YUV114.46106.86164.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.82%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 77 (30.47% from 255) = 22.78%
R=48.82%
G=28.40%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165967700.420.530.3512.9536.3647.45
HexA5604D02A3523d242f
Octal2451401150526543154457
Binary101001011100000100110101010101101011000111101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5604D; }

 p { color: rgb(165,96,77); }

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

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

 a { background-color: rgb(165,96,77); }

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

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

 span { border-color: rgb(165,96,77); }

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