Html Css Color HEX #AC6466 Turkish Rose

📋 copy color: '#AC6466'

red 172 ◦ green 100 ◦ blue 102

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

Shades of Turkish Rose #AC6466

Tints of Turkish Rose #AC6466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.74%

 BLUE value IS 102 (40.23% from 255) = 27.27%

R = 45.99%
G = 26.74%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC6466 (or 0xAC6466) is known color: Turkish Rose. HEX triplet: AC, 64 and 66. RGB value is (172,100,102). Sum of RGB (Red+Green+Blue) = 172+100+102=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6466 is #539B99. Grayscale: #797979. Windows color (decimal): -5479322 or 6710444. OLE color: 6710444.

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

Color convert

RGB 172 100 102 -
CMYK 0 0.42 0.41 0.33
HSL 358.33º 0.3% 0.53% -
HSV(B) 358.33º 0.42% 0.67% -
XYZ 23.97 18.84 14.94 -
YUV 121.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 172 100 102 0 0.42 0.41 0.33 358.33 0.3 0.53
Hex AC 64 66 0 2A 29 21 166 1E 35
Octal 254 144 146 0 52 51 41 546 36 65
Binary 10101100 1100100 1100110 0 101010 101001 100001 101100110 11110 110101

Color Harmonies of #AC6466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6466

Black with #AC6466

Text Example


Text Example

White with #AC6466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6466; }

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

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

background-color css

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

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

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

border-color css

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

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

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