Html Css Color HEX #AC6668 Turkish Rose

📋 copy color: '#AC6668'

red 172 ◦ green 102 ◦ blue 104

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

Shades of Turkish Rose #AC6668

Tints of Turkish Rose #AC6668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.51%

R = 45.5%
G = 26.98%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC6668 (or 0xAC6668) is known color: Turkish Rose. HEX triplet: AC, 66 and 68. RGB value is (172,102,104). Sum of RGB (Red+Green+Blue) = 172+102+104=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6668 is #539997. Grayscale: #7B7B7B. Windows color (decimal): -5478808 or 6842028. OLE color: 6842028.

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

Color convert

RGB 172 102 104 -
CMYK 0 0.41 0.40 0.33
HSL 358.29º 0.3% 0.54% -
HSV(B) 358.29º 0.41% 0.67% -
XYZ 24.26 19.27 15.54 -
YUV 123.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 172 102 104 0 0.41 0.40 0.33 358.29 0.3 0.54
Hex AC 66 68 0 29 28 21 166 1E 36
Octal 254 146 150 0 51 50 41 546 36 66
Binary 10101100 1100110 1101000 0 101001 101000 100001 101100110 11110 110110

Color Harmonies of #AC6668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6668

Black with #AC6668

Text Example


Text Example

White with #AC6668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6668; }

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

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

background-color css

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

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

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

border-color css

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

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

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