#AC6051

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

Shades of Crail #AC6051

Tints of Crail #AC6051

Color information

#AC6051 (or 0xAC6051) is unknown color: approx Crail. HEX triplet: AC, 60 and 51. RGB value is (172,96,81). Sum of RGB (Red+Green+Blue) = 172+96+81=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6051 is #539FAE. Grayscale: #757575. Windows color (decimal): -5480367 or 5333164. OLE color: 5333164.

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

Color convert

RGB1729681-
CMYK00.440.530.33
HSL9.89º35.97%49.61%-
HSV(B)9.89º52.91%67.45%-
XYZ22.6817.7310.01-
YUV117.01107.68167.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 81 (32.03% from 255) = 23.21%
R=49.28%
G=27.51%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172968100.440.530.339.8935.9749.61
HexAC605102C3521a2432
Octal2541401210546541124462
Binary101011001100000101000101011001101011000011010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6051; }

 p { color: rgb(172,96,81); }

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

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

 a { background-color: rgb(172,96,81); }

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

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

 span { border-color: rgb(172,96,81); }

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