#A4584B

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

Shades of Crail #A4584B

Tints of Crail #A4584B

Color information

#A4584B (or 0xA4584B) is unknown color: approx Crail. HEX triplet: A4, 58 and 4B. RGB value is (164,88,75). Sum of RGB (Red+Green+Blue) = 164+88+75=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4584B is #5BA7B4. Grayscale: #6D6D6D. Windows color (decimal): -6006709 or 4937892. OLE color: 4937892.

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

Color convert

RGB1648875-
CMYK00.460.540.36
HSL8.76º37.24%46.86%-
HSV(B)8.76º54.27%64.31%-
XYZ20.0715.388.57-
YUV109.24108.68167.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 75 (29.69% from 255) = 22.94%
R=50.15%
G=26.91%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164887500.460.540.368.7637.2446.86
HexA4584B02E36249252f
Octal2441301130566644114557
Binary101001001011000100101101011101101101001001001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4584B; }

 p { color: rgb(164,88,75); }

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

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

 a { background-color: rgb(164,88,75); }

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

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

 span { border-color: rgb(164,88,75); }

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