#AC696A

Color #AC696A Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AC696A

Tints of Turkish Rose #AC696A

Color information

#AC696A (or 0xAC696A) is unknown color: approx 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

RGB172105106-
CMYK00.390.380.33
HSL359.1º28.76%54.31%-
HSV(B)359.1º38.95%67.45%-
XYZ24.6719.9116.18-
YUV125.15117.2161.42-

RGB Variations

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

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.80% from 255) = 27.68%
R=44.91%
G=27.42%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210510600.390.380.33359.128.7654.31
HexAC696A02726211671d36
Octal25415115204746415473566
Binary1010110011010011101010010011110011010000110110011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>