Html Css Color HEX #AC696B Turkish Rose

📋 copy color: '#AC696B'

red 172 ◦ green 105 ◦ blue 107

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

Shades of Turkish Rose #AC696B

Tints of Turkish Rose #AC696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.86%

R = 44.79%
G = 27.34%
B = 27.86%

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

#AC696B (or 0xAC696B) is known color: Turkish Rose. HEX triplet: AC, 69 and 6B. RGB value is (172,105,107). Sum of RGB (Red+Green+Blue) = 172+105+107=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC696B is #539694. Grayscale: #7D7D7D. Windows color (decimal): -5478037 or 7039404. OLE color: 7039404.

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

Color convert

RGB 172 105 107 -
CMYK 0 0.39 0.38 0.33
HSL 358.21º 0.29% 0.54% -
HSV(B) 358.21º 0.39% 0.67% -
XYZ 24.72 19.94 16.46 -
YUV 125.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 172 105 107 0 0.39 0.38 0.33 358.21 0.29 0.54
Hex AC 69 6B 0 27 26 21 166 1D 36
Octal 254 151 153 0 47 46 41 546 35 66
Binary 10101100 1101001 1101011 0 100111 100110 100001 101100110 11101 110110

Color Harmonies of #AC696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC696B

Black with #AC696B

Text Example


Text Example

White with #AC696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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