#A7584B

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

Shades of Crail #A7584B

Tints of Crail #A7584B

Color information

#A7584B (or 0xA7584B) is unknown color: approx Crail. HEX triplet: A7, 58 and 4B. RGB value is (167,88,75). Sum of RGB (Red+Green+Blue) = 167+88+75=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A7584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7584B is #58A7B4. Grayscale: #6E6E6E. Windows color (decimal): -5810101 or 4937895. OLE color: 4937895.

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

Color convert

RGB1678875-
CMYK00.470.550.35
HSL8.48º38.02%47.45%-
HSV(B)8.48º55.09%65.49%-
XYZ20.715.78.6-
YUV110.14108.17168.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.61%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=50.61%
G=26.67%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167887500.470.550.358.4838.0247.45
HexA7584B02F37238262f
Octal2471301130576743104657
Binary101001111011000100101101011111101111000111000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7584B; }

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

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

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

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

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

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

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

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