#A7574B

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

Shades of Crail #A7574B

Tints of Crail #A7574B

Color information

#A7574B (or 0xA7574B) is unknown color: approx Crail. HEX triplet: A7, 57 and 4B. RGB value is (167,87,75). Sum of RGB (Red+Green+Blue) = 167+87+75=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A7574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7574B is #58A8B4. Grayscale: #6D6D6D. Windows color (decimal): -5810357 or 4937639. OLE color: 4937639.

HSL color Cylindrical-coordinate representation of color #A7574B: hue angle of 7.83º 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 #A7574B is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1678775-
CMYK00.480.550.35
HSL7.83º38.02%47.45%-
HSV(B)7.83º55.09%65.49%-
XYZ20.6115.548.57-
YUV109.55108.5168.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.76%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=50.76%
G=26.44%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167877500.480.550.357.8338.0247.45
HexA7574B03037238262f
Octal2471271130606743104657
Binary101001111010111100101101100001101111000111000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7574B; }

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

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

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

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

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

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

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

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