Html Css Color HEX #AC696A Turkish Rose

📋 copy color: '#AC696A'

red 172 ◦ green 105 ◦ blue 106

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

Shades of Turkish Rose #AC696A

Tints of Turkish Rose #AC696A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 44.91%
G = 27.42%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC696A (or 0xAC696A) is known color: Turkish Rose. HEX triplet: AC, 69 and 6A. RGB value is (172,105,106). Sum of RGB (Red+Green+Blue) = 172+105+106=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC696A is #539695. Grayscale: #7D7D7D. Windows color (decimal): -5478038 or 6973868. OLE color: 6973868.

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

Color convert

RGB 172 105 106 -
CMYK 0 0.39 0.38 0.33
HSL 359.1º 0.29% 0.54% -
HSV(B) 359.1º 0.39% 0.67% -
XYZ 24.67 19.91 16.18 -
YUV 125.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 172 105 106 0 0.39 0.38 0.33 359.1 0.29 0.54
Hex AC 69 6A 0 27 26 21 167 1D 36
Octal 254 151 152 0 47 46 41 547 35 66
Binary 10101100 1101001 1101010 0 100111 100110 100001 101100111 11101 110110

Color Harmonies of #AC696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC696A

Black with #AC696A

Text Example


Text Example

White with #AC696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC696A; }

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

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

background-color css

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

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

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

border-color css

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

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

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