#AC9084

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

Shades of Sandrift #AC9084

Tints of Sandrift #AC9084

Color information

#AC9084 (or 0xAC9084) is unknown color: approx Sandrift. HEX triplet: AC, 90 and 84. RGB value is (172,144,132). Sum of RGB (Red+Green+Blue) = 172+144+132=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9084 is #536F7B. Grayscale: #979797. Windows color (decimal): -5468028 or 8687788. OLE color: 8687788.

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

Color convert

RGB172144132-
CMYK00.160.230.33
HSL18º19.42%59.61%-
HSV(B)18º23.26%67.45%-
XYZ31.1530.3826.05-
YUV151117.28142.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 144 (56.64% from 255) = 32.14%
BLUE value IS 132 (51.95% from 255) = 29.46%
R=38.39%
G=32.14%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214413200.160.230.331819.4259.61
HexAC9084010172112133c
Octal2542202040202741222374
Binary101011001001000010000100010000101111000011001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9084; }

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

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

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

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

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

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

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

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