Html Css Color HEX #AC6266 Turkish Rose

📋 copy color: '#AC6266'

red 172 ◦ green 98 ◦ blue 102

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

Shades of Turkish Rose #AC6266

Tints of Turkish Rose #AC6266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.34%

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

R = 46.24%
G = 26.34%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC6266 (or 0xAC6266) is known color: Turkish Rose. HEX triplet: AC, 62 and 66. RGB value is (172,98,102). Sum of RGB (Red+Green+Blue) = 172+98+102=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6266 is #539D99. Grayscale: #787878. Windows color (decimal): -5479834 or 6709932. OLE color: 6709932.

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

Color convert

RGB 172 98 102 -
CMYK 0 0.43 0.41 0.33
HSL 356.76º 0.31% 0.53% -
HSV(B) 356.76º 0.43% 0.67% -
XYZ 23.78 18.47 14.88 -
YUV 120.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 172 98 102 0 0.43 0.41 0.33 356.76 0.31 0.53
Hex AC 62 66 0 2B 29 21 165 1F 35
Octal 254 142 146 0 53 51 41 545 37 65
Binary 10101100 1100010 1100110 0 101011 101001 100001 101100101 11111 110101

Color Harmonies of #AC6266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6266

Black with #AC6266

Text Example


Text Example

White with #AC6266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6266; }

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

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

background-color css

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

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

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

border-color css

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

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

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