Html Css Color HEX #AC696F Turkish Rose

📋 copy color: '#AC696F'

red 172 ◦ green 105 ◦ blue 111

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

Shades of Turkish Rose #AC696F

Tints of Turkish Rose #AC696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.61%

R = 44.33%
G = 27.06%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC696F (or 0xAC696F) is known color: Turkish Rose. HEX triplet: AC, 69 and 6F. RGB value is (172,105,111). Sum of RGB (Red+Green+Blue) = 172+105+111=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC696F is #539690. Grayscale: #7D7D7D. Windows color (decimal): -5478033 or 7301548. OLE color: 7301548.

HSL color Cylindrical-coordinate representation of color #AC696F: hue angle of 354.63º 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 #AC696F is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 105 111 -
CMYK 0 0.39 0.35 0.33
HSL 354.63º 0.29% 0.54% -
HSV(B) 354.63º 0.39% 0.67% -
XYZ 24.93 20.02 17.59 -
YUV 125.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 172 105 111 0 0.39 0.35 0.33 354.63 0.29 0.54
Hex AC 69 6F 0 27 23 21 163 1D 36
Octal 254 151 157 0 47 43 41 543 35 66
Binary 10101100 1101001 1101111 0 100111 100011 100001 101100011 11101 110110

Color Harmonies of #AC696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC696F

Black with #AC696F

Text Example


Text Example

White with #AC696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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