#A75844

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

Shades of Crail #A75844

Tints of Crail #A75844

Color information

#A75844 (or 0xA75844) is unknown color: approx Crail. HEX triplet: A7, 58 and 44. RGB value is (167,88,68). Sum of RGB (Red+Green+Blue) = 167+88+68=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A75844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75844 is #58A7BB. Grayscale: #6D6D6D. Windows color (decimal): -5810108 or 4479143. OLE color: 4479143.

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

Color convert

RGB1678868-
CMYK00.470.590.35
HSL12.12º42.13%46.08%-
HSV(B)12.12º59.28%65.49%-
XYZ20.4715.617.4-
YUV109.34104.67169.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.70%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 68 (26.95% from 255) = 21.05%
R=51.70%
G=27.24%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167886800.470.590.3512.1242.1346.08
HexA7584402F3B23c2a2e
Octal2471301040577343145256
Binary101001111011000100010001011111110111000111100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75844; }

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

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

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

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

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

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

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

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