Html Css Color HEX #AC8788 Turkish Rose

📋 copy color: '#AC8788'

red 172 ◦ green 135 ◦ blue 136

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

Shades of Turkish Rose #AC8788

Tints of Turkish Rose #AC8788

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.47%

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

R = 38.83%
G = 30.47%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AC8788 (or 0xAC8788) is known color: Turkish Rose. HEX triplet: AC, 87 and 88. RGB value is (172,135,136). Sum of RGB (Red+Green+Blue) = 172+135+136=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8788 is #537877. Grayscale: #929292. Windows color (decimal): -5470328 or 8947628. OLE color: 8947628.

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

Color convert

RGB 172 135 136 -
CMYK 0 0.22 0.21 0.33
HSL 358.38º 0.18% 0.6% -
HSV(B) 358.38º 0.22% 0.67% -
XYZ 30.12 27.88 27.09 -
YUV 146.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 172 135 136 0 0.22 0.21 0.33 358.38 0.18 0.6
Hex AC 87 88 0 16 15 21 166 12 3C
Octal 254 207 210 0 26 25 41 546 22 74
Binary 10101100 10000111 10001000 0 10110 10101 100001 101100110 10010 111100

Color Harmonies of #AC8788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8788

Black with #AC8788

Text Example


Text Example

White with #AC8788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8788; }

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

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

background-color css

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

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

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

border-color css

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

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

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