Html Css Color HEX #AC666A Turkish Rose

📋 copy color: '#AC666A'

red 172 ◦ green 102 ◦ blue 106

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

Shades of Turkish Rose #AC666A

Tints of Turkish Rose #AC666A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.84%

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

R = 45.26%
G = 26.84%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC666A (or 0xAC666A) is known color: Turkish Rose. HEX triplet: AC, 66 and 6A. RGB value is (172,102,106). Sum of RGB (Red+Green+Blue) = 172+102+106=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC666A is #539995. Grayscale: #7B7B7B. Windows color (decimal): -5478806 or 6973100. OLE color: 6973100.

HSL color Cylindrical-coordinate representation of color #AC666A: hue angle of 356.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC666A is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 102 106 -
CMYK 0 0.41 0.38 0.33
HSL 356.57º 0.3% 0.54% -
HSV(B) 356.57º 0.41% 0.67% -
XYZ 24.37 19.31 16.08 -
YUV 123.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 172 102 106 0 0.41 0.38 0.33 356.57 0.3 0.54
Hex AC 66 6A 0 29 26 21 165 1E 36
Octal 254 146 152 0 51 46 41 545 36 66
Binary 10101100 1100110 1101010 0 101001 100110 100001 101100101 11110 110110

Color Harmonies of #AC666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC666A

Black with #AC666A

Text Example


Text Example

White with #AC666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC666A; }

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

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

background-color css

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

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

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

border-color css

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

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

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