Html Css Color HEX #AC9688 Sandrift

📋 copy color: '#AC9688'

red 172 ◦ green 150 ◦ blue 136

#AC9688
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandrift #AC9688

Tints of Sandrift #AC9688

RGB

 RED value IS 172 (67.58% from 255) = 37.55%

 GREEN value IS 150 (58.98% from 255) = 32.75%

 BLUE value IS 136 (53.52% from 255) = 29.69%

R = 37.55%
G = 32.75%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AC9688 (or 0xAC9688) is known color: Sandrift. HEX triplet: AC, 96 and 88. RGB value is (172,150,136). Sum of RGB (Red+Green+Blue) = 172+150+136=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9688 is #536977. Grayscale: #9B9B9B. Windows color (decimal): -5466488 or 8951468. OLE color: 8951468.

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

Color convert

RGB 172 150 136 -
CMYK 0 0.13 0.21 0.33
HSL 23.33º 0.18% 0.6% -
HSV(B) 23.33º 0.21% 0.67% -
XYZ 32.36 32.36 27.83 -
YUV 154.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 172 150 136 0 0.13 0.21 0.33 23.33 0.18 0.6
Hex AC 96 88 0 D 15 21 17 12 3C
Octal 254 226 210 0 15 25 41 27 22 74
Binary 10101100 10010110 10001000 0 1101 10101 100001 10111 10010 111100

Color Harmonies of #AC9688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9688

Black with #AC9688

Text Example


Text Example

White with #AC9688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9688; }

 p { color: rgb(172,150,136); }

 H1.HeaderClassName
 {
   color: #AC9688;
 }
 .AnyTagClassName
 {
   color: #AC9688;
 }
</style>

background-color css

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

 a { background-color: rgb(172,150,136); }

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

border-color css

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

 span { border-color: rgb(172,150,136); }

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