Html Css Color HEX #AC696D Turkish Rose

📋 copy color: '#AC696D'

red 172 ◦ green 105 ◦ blue 109

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

Shades of Turkish Rose #AC696D

Tints of Turkish Rose #AC696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.24%

R = 44.56%
G = 27.2%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC696D (or 0xAC696D) is known color: Turkish Rose. HEX triplet: AC, 69 and 6D. RGB value is (172,105,109). Sum of RGB (Red+Green+Blue) = 172+105+109=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC696D is #539692. Grayscale: #7D7D7D. Windows color (decimal): -5478035 or 7170476. OLE color: 7170476.

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

Color convert

RGB 172 105 109 -
CMYK 0 0.39 0.37 0.33
HSL 356.42º 0.29% 0.54% -
HSV(B) 356.42º 0.39% 0.67% -
XYZ 24.83 19.98 17.02 -
YUV 125.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 172 105 109 0 0.39 0.37 0.33 356.42 0.29 0.54
Hex AC 69 6D 0 27 25 21 164 1D 36
Octal 254 151 155 0 47 45 41 544 35 66
Binary 10101100 1101001 1101101 0 100111 100101 100001 101100100 11101 110110

Color Harmonies of #AC696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC696D

Black with #AC696D

Text Example


Text Example

White with #AC696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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