Html Css Color HEX #AC6675 Turkish Rose

📋 copy color: '#AC6675'

red 172 ◦ green 102 ◦ blue 117

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

Shades of Turkish Rose #AC6675

Tints of Turkish Rose #AC6675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.92%

R = 43.99%
G = 26.09%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC6675 (or 0xAC6675) is known color: Turkish Rose. HEX triplet: AC, 66 and 75. RGB value is (172,102,117). Sum of RGB (Red+Green+Blue) = 172+102+117=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6675 is #53998A. Grayscale: #7C7C7C. Windows color (decimal): -5478795 or 7693996. OLE color: 7693996.

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

Color convert

RGB 172 102 117 -
CMYK 0 0.41 0.32 0.33
HSL 347.14º 0.3% 0.54% -
HSV(B) 347.14º 0.41% 0.67% -
XYZ 24.98 19.56 19.29 -
YUV 124.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 172 102 117 0 0.41 0.32 0.33 347.14 0.3 0.54
Hex AC 66 75 0 29 20 21 15B 1E 36
Octal 254 146 165 0 51 40 41 533 36 66
Binary 10101100 1100110 1110101 0 101001 100000 100001 101011011 11110 110110

Color Harmonies of #AC6675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6675

Black with #AC6675

Text Example


Text Example

White with #AC6675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6675; }

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

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

background-color css

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

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

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

border-color css

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

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

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