#A4604E

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

Shades of Crail #A4604E

Tints of Crail #A4604E

Color information

#A4604E (or 0xA4604E) is unknown color: approx Crail. HEX triplet: A4, 60 and 4E. RGB value is (164,96,78). Sum of RGB (Red+Green+Blue) = 164+96+78=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A4604E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4604E is #5B9FB1. Grayscale: #727272. Windows color (decimal): -6004658 or 5136548. OLE color: 5136548.

HSL color Cylindrical-coordinate representation of color #A4604E: hue angle of 12.56º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4604E is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB1649678-
CMYK00.410.520.36
HSL12.56º35.54%47.45%-
HSV(B)12.56º52.44%64.31%-
XYZ20.8716.819.35-
YUV114.28107.53163.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.52%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 78 (30.86% from 255) = 23.08%
R=48.52%
G=28.40%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164967800.410.520.3612.5635.5447.45
HexA4604E0293424d242f
Octal2441401160516444154457
Binary101001001100000100111001010011101001001001101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4604E; }

 p { color: rgb(164,96,78); }

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

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

 a { background-color: rgb(164,96,78); }

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

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

 span { border-color: rgb(164,96,78); }

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