#A3584B

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

Shades of Crail #A3584B

Tints of Crail #A3584B

Color information

#A3584B (or 0xA3584B) is unknown color: approx Crail. HEX triplet: A3, 58 and 4B. RGB value is (163,88,75). Sum of RGB (Red+Green+Blue) = 163+88+75=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3584B is #5CA7B4. Grayscale: #6D6D6D. Windows color (decimal): -6072245 or 4937891. OLE color: 4937891.

HSL color Cylindrical-coordinate representation of color #A3584B: hue angle of 8.86º 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 #A3584B is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB1638875-
CMYK00.460.540.36
HSL8.86º36.97%46.67%-
HSV(B)8.86º53.99%63.92%-
XYZ19.8615.278.56-
YUV108.94108.85166.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 88 (34.77% from 255) = 26.99%
BLUE value IS 75 (29.69% from 255) = 23.01%
R=50%
G=26.99%
B=23.01%

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
Decimal163887500.460.540.368.8636.9746.67
HexA3584B02E36249252f
Octal2431301130566644114557
Binary101000111011000100101101011101101101001001001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3584B; }

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

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

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

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

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

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

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

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