#A7574D

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

Shades of Crail #A7574D

Tints of Crail #A7574D

Color information

#A7574D (or 0xA7574D) is unknown color: approx Crail. HEX triplet: A7, 57 and 4D. RGB value is (167,87,77). Sum of RGB (Red+Green+Blue) = 167+87+77=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A7574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7574D is #58A8B2. Grayscale: #6D6D6D. Windows color (decimal): -5810355 or 5068711. OLE color: 5068711.

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

Color convert

RGB1678777-
CMYK00.480.540.35
HSL6.67º36.89%47.84%-
HSV(B)6.67º53.89%65.49%-
XYZ20.6815.578.94-
YUV109.78109.5168.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.45%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=50.45%
G=26.28%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167877700.480.540.356.6736.8947.84
HexA7574D030362372530
Octal247127115060664374560
Binary10100111101011110011010110000110110100011111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7574D; }

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

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

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

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

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

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

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

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