#AC5B4A

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

Shades of Crail #AC5B4A

Tints of Crail #AC5B4A

Color information

#AC5B4A (or 0xAC5B4A) is unknown color: approx Crail. HEX triplet: AC, 5B and 4A. RGB value is (172,91,74). Sum of RGB (Red+Green+Blue) = 172+91+74=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5B4A is #53A4B5. Grayscale: #717171. Windows color (decimal): -5481654 or 4873132. OLE color: 4873132.

HSL color Cylindrical-coordinate representation of color #AC5B4A: hue angle of 10.41º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC5B4A is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB1729174-
CMYK00.470.570.33
HSL10.41º39.84%48.24%-
HSV(B)10.41º56.98%67.45%-
XYZ21.9916.758.55-
YUV113.28105.84169.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 91 (35.94% from 255) = 27.00%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=51.04%
G=27.00%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172917400.470.570.3310.4139.8448.24
HexAC5B4A02F3921a2830
Octal2541331120577141125060
Binary101011001011011100101001011111110011000011010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5B4A; }

 p { color: rgb(172,91,74); }

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

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

 a { background-color: rgb(172,91,74); }

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

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

 span { border-color: rgb(172,91,74); }

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