Html Css Color HEX #AC606B Turkish Rose

📋 copy color: '#AC606B'

red 172 ◦ green 96 ◦ blue 107

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

Shades of Turkish Rose #AC606B

Tints of Turkish Rose #AC606B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.6%

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 45.87%
G = 25.6%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC606B (or 0xAC606B) is known color: Turkish Rose. HEX triplet: AC, 60 and 6B. RGB value is (172,96,107). Sum of RGB (Red+Green+Blue) = 172+96+107=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC606B is #539F94. Grayscale: #787878. Windows color (decimal): -5480341 or 7037100. OLE color: 7037100.

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

Color convert

RGB 172 96 107 -
CMYK 0 0.44 0.38 0.33
HSL 351.32º 0.31% 0.53% -
HSV(B) 351.32º 0.44% 0.67% -
XYZ 23.85 18.2 16.17 -
YUV 119.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 172 96 107 0 0.44 0.38 0.33 351.32 0.31 0.53
Hex AC 60 6B 0 2C 26 21 15F 1F 35
Octal 254 140 153 0 54 46 41 537 37 65
Binary 10101100 1100000 1101011 0 101100 100110 100001 101011111 11111 110101

Color Harmonies of #AC606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC606B

Black with #AC606B

Text Example


Text Example

White with #AC606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC606B; }

 p { color: rgb(172,96,107); }

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

background-color css

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

 a { background-color: rgb(172,96,107); }

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

border-color css

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

 span { border-color: rgb(172,96,107); }

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