Html Css Color HEX #AC696E Turkish Rose

📋 copy color: '#AC696E'

red 172 ◦ green 105 ◦ blue 110

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

Shades of Turkish Rose #AC696E

Tints of Turkish Rose #AC696E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.13%

 BLUE value IS 110 (43.36% from 255) = 28.42%

R = 44.44%
G = 27.13%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC696E (or 0xAC696E) is known color: Turkish Rose. HEX triplet: AC, 69 and 6E. RGB value is (172,105,110). Sum of RGB (Red+Green+Blue) = 172+105+110=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC696E is #539691. Grayscale: #7D7D7D. Windows color (decimal): -5478034 or 7236012. OLE color: 7236012.

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

Color convert

RGB 172 105 110 -
CMYK 0 0.39 0.36 0.33
HSL 355.52º 0.29% 0.54% -
HSV(B) 355.52º 0.39% 0.67% -
XYZ 24.88 20 17.3 -
YUV 125.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 172 105 110 0 0.39 0.36 0.33 355.52 0.29 0.54
Hex AC 69 6E 0 27 24 21 164 1D 36
Octal 254 151 156 0 47 44 41 544 35 66
Binary 10101100 1101001 1101110 0 100111 100100 100001 101100100 11101 110110

Color Harmonies of #AC696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC696E

Black with #AC696E

Text Example


Text Example

White with #AC696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC696E; }

 p { color: rgb(172,105,110); }

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

background-color css

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

 a { background-color: rgb(172,105,110); }

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

border-color css

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

 span { border-color: rgb(172,105,110); }

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