Html Css Color HEX #AC666D Turkish Rose

📋 copy color: '#AC666D'

red 172 ◦ green 102 ◦ blue 109

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

Shades of Turkish Rose #AC666D

Tints of Turkish Rose #AC666D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.46%

R = 44.91%
G = 26.63%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC666D (or 0xAC666D) is known color: Turkish Rose. HEX triplet: AC, 66 and 6D. RGB value is (172,102,109). Sum of RGB (Red+Green+Blue) = 172+102+109=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC666D is #539992. Grayscale: #7B7B7B. Windows color (decimal): -5478803 or 7169708. OLE color: 7169708.

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

Color convert

RGB 172 102 109 -
CMYK 0 0.41 0.37 0.33
HSL 354º 0.3% 0.54% -
HSV(B) 354º 0.41% 0.67% -
XYZ 24.52 19.38 16.92 -
YUV 123.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 172 102 109 0 0.41 0.37 0.33 354 0.3 0.54
Hex AC 66 6D 0 29 25 21 162 1E 36
Octal 254 146 155 0 51 45 41 542 36 66
Binary 10101100 1100110 1101101 0 101001 100101 100001 101100010 11110 110110

Color Harmonies of #AC666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC666D

Black with #AC666D

Text Example


Text Example

White with #AC666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC666D; }

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

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

background-color css

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

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

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

border-color css

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

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

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