Html Css Color HEX #AC606E Turkish Rose

📋 copy color: '#AC606E'

red 172 ◦ green 96 ◦ blue 110

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

Shades of Turkish Rose #AC606E

Tints of Turkish Rose #AC606E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.1%

R = 45.5%
G = 25.4%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC606E (or 0xAC606E) is known color: Turkish Rose. HEX triplet: AC, 60 and 6E. RGB value is (172,96,110). Sum of RGB (Red+Green+Blue) = 172+96+110=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC606E is #539F91. Grayscale: #787878. Windows color (decimal): -5480338 or 7233708. OLE color: 7233708.

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

Color convert

RGB 172 96 110 -
CMYK 0 0.44 0.36 0.33
HSL 348.95º 0.31% 0.53% -
HSV(B) 348.95º 0.44% 0.67% -
XYZ 24.01 18.26 17.01 -
YUV 120.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 172 96 110 0 0.44 0.36 0.33 348.95 0.31 0.53
Hex AC 60 6E 0 2C 24 21 15D 1F 35
Octal 254 140 156 0 54 44 41 535 37 65
Binary 10101100 1100000 1101110 0 101100 100100 100001 101011101 11111 110101

Color Harmonies of #AC606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC606E

Black with #AC606E

Text Example


Text Example

White with #AC606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC606E; }

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

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

background-color css

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

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

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

border-color css

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

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

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