#A4523F

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

Shades of Crail #A4523F

Tints of Crail #A4523F

Color information

#A4523F (or 0xA4523F) is unknown color: approx Crail. HEX triplet: A4, 52 and 3F. RGB value is (164,82,63). Sum of RGB (Red+Green+Blue) = 164+82+63=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A4523F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4523F is #5BADC0. Grayscale: #686868. Windows color (decimal): -6008257 or 4149924. OLE color: 4149924.

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

Color convert

RGB1648263-
CMYK00.50.620.36
HSL11.29º44.49%44.51%-
HSV(B)11.29º61.59%64.31%-
XYZ19.2214.296.45-
YUV104.35104.67170.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.07%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 63 (25% from 255) = 20.39%
R=53.07%
G=26.54%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164826300.50.620.3611.2944.4944.51
HexA4523F0323E24b2c2d
Octal244122770627644135455
Binary10100100101001011111101100101111101001001011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4523F; }

 p { color: rgb(164,82,63); }

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

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

 a { background-color: rgb(164,82,63); }

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

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

 span { border-color: rgb(164,82,63); }

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