Html Css Color HEX #AC666B Turkish Rose

📋 copy color: '#AC666B'

red 172 ◦ green 102 ◦ blue 107

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

Shades of Turkish Rose #AC666B

Tints of Turkish Rose #AC666B

RGB

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

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

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

R = 45.14%
G = 26.77%
B = 28.08%

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

#AC666B (or 0xAC666B) is known color: Turkish Rose. HEX triplet: AC, 66 and 6B. RGB value is (172,102,107). Sum of RGB (Red+Green+Blue) = 172+102+107=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC666B is #539994. Grayscale: #7B7B7B. Windows color (decimal): -5478805 or 7038636. OLE color: 7038636.

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

Color convert

RGB 172 102 107 -
CMYK 0 0.41 0.38 0.33
HSL 355.71º 0.3% 0.54% -
HSV(B) 355.71º 0.41% 0.67% -
XYZ 24.42 19.33 16.35 -
YUV 123.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 172 102 107 0 0.41 0.38 0.33 355.71 0.3 0.54
Hex AC 66 6B 0 29 26 21 164 1E 36
Octal 254 146 153 0 51 46 41 544 36 66
Binary 10101100 1100110 1101011 0 101001 100110 100001 101100100 11110 110110

Color Harmonies of #AC666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC666B

Black with #AC666B

Text Example


Text Example

White with #AC666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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