#A75643

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

Shades of Crail #A75643

Tints of Crail #A75643

Color information

#A75643 (or 0xA75643) is unknown color: approx Crail. HEX triplet: A7, 56 and 43. RGB value is (167,86,67). Sum of RGB (Red+Green+Blue) = 167+86+67=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A75643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75643 is #58A9BC. Grayscale: #6C6C6C. Windows color (decimal): -5810621 or 4413095. OLE color: 4413095.

HSL color Cylindrical-coordinate representation of color #A75643: hue angle of 11.4º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A75643 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB1678667-
CMYK00.490.600.35
HSL11.4º42.74%45.88%-
HSV(B)11.4º59.88%65.49%-
XYZ20.2815.287.19-
YUV108.05104.84170.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.19%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 67 (26.56% from 255) = 20.94%
R=52.19%
G=26.88%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167866700.490.600.3511.442.7445.88
HexA756430313C23b2b2e
Octal2471261030617443135356
Binary101001111010110100001101100011111001000111011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75643; }

 p { color: rgb(167,86,67); }

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

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

 a { background-color: rgb(167,86,67); }

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

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

 span { border-color: rgb(167,86,67); }

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