#AC9083

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

Shades of Sandrift #AC9083

Tints of Sandrift #AC9083

Color information

#AC9083 (or 0xAC9083) is unknown color: approx Sandrift. HEX triplet: AC, 90 and 83. RGB value is (172,144,131). Sum of RGB (Red+Green+Blue) = 172+144+131=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9083 is #536F7C. Grayscale: #969696. Windows color (decimal): -5468029 or 8622252. OLE color: 8622252.

HSL color Cylindrical-coordinate representation of color #AC9083: hue angle of 19.02º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC9083 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB172144131-
CMYK00.160.240.33
HSL19.02º19.81%59.41%-
HSV(B)19.02º23.84%67.45%-
XYZ31.0830.3625.69-
YUV150.89116.78143.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 131 (51.56% from 255) = 29.31%
R=38.48%
G=32.21%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214413100.160.240.3319.0219.8159.41
HexAC9083010182113143b
Octal2542202030203041232473
Binary101011001001000010000011010000110001000011001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9083; }

 p { color: rgb(172,144,131); }

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

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

 a { background-color: rgb(172,144,131); }

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

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

 span { border-color: rgb(172,144,131); }

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