Html Css Color HEX #AC6366 Turkish Rose

📋 copy color: '#AC6366'

red 172 ◦ green 99 ◦ blue 102

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

Shades of Turkish Rose #AC6366

Tints of Turkish Rose #AC6366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.54%

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

R = 46.11%
G = 26.54%
B = 27.35%

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

#AC6366 (or 0xAC6366) is known color: Turkish Rose. HEX triplet: AC, 63 and 66. RGB value is (172,99,102). Sum of RGB (Red+Green+Blue) = 172+99+102=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6366 is #539C99. Grayscale: #797979. Windows color (decimal): -5479578 or 6710188. OLE color: 6710188.

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

Color convert

RGB 172 99 102 -
CMYK 0 0.42 0.41 0.33
HSL 357.53º 0.31% 0.53% -
HSV(B) 357.53º 0.42% 0.67% -
XYZ 23.87 18.65 14.91 -
YUV 121.17 117.18 164.26 -
System Red Green Blue C M Y K H S L
Decimal 172 99 102 0 0.42 0.41 0.33 357.53 0.31 0.53
Hex AC 63 66 0 2A 29 21 166 1F 35
Octal 254 143 146 0 52 51 41 546 37 65
Binary 10101100 1100011 1100110 0 101010 101001 100001 101100110 11111 110101

Color Harmonies of #AC6366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6366

Black with #AC6366

Text Example


Text Example

White with #AC6366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6366; }

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

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

background-color css

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

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

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

border-color css

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

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

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