#A45843

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

Shades of Crail #A45843

Tints of Crail #A45843

Color information

#A45843 (or 0xA45843) is unknown color: approx Crail. HEX triplet: A4, 58 and 43. RGB value is (164,88,67). Sum of RGB (Red+Green+Blue) = 164+88+67=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A45843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45843 is #5BA7BC. Grayscale: #6C6C6C. Windows color (decimal): -6006717 or 4413604. OLE color: 4413604.

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

Color convert

RGB1648867-
CMYK00.460.590.36
HSL12.99º41.99%45.29%-
HSV(B)12.99º59.15%64.31%-
XYZ19.8115.287.21-
YUV108.33104.68167.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.41%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 67 (26.56% from 255) = 21.00%
R=51.41%
G=27.59%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164886700.460.590.3612.9941.9945.29
HexA4584302E3B24d2a2d
Octal2441301030567344155255
Binary101001001011000100001101011101110111001001101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45843; }

 p { color: rgb(164,88,67); }

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

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

 a { background-color: rgb(164,88,67); }

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

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

 span { border-color: rgb(164,88,67); }

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