Html Css Color HEX #AC606D Turkish Rose

📋 copy color: '#AC606D'

red 172 ◦ green 96 ◦ blue 109

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

Shades of Turkish Rose #AC606D

Tints of Turkish Rose #AC606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.91%

R = 45.62%
G = 25.46%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC606D (or 0xAC606D) is known color: Turkish Rose. HEX triplet: AC, 60 and 6D. RGB value is (172,96,109). Sum of RGB (Red+Green+Blue) = 172+96+109=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC606D is #539F92. Grayscale: #787878. Windows color (decimal): -5480339 or 7168172. OLE color: 7168172.

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

Color convert

RGB 172 96 109 -
CMYK 0 0.44 0.37 0.33
HSL 349.74º 0.31% 0.53% -
HSV(B) 349.74º 0.44% 0.67% -
XYZ 23.96 18.24 16.73 -
YUV 120.21 121.68 164.94 -
System Red Green Blue C M Y K H S L
Decimal 172 96 109 0 0.44 0.37 0.33 349.74 0.31 0.53
Hex AC 60 6D 0 2C 25 21 15E 1F 35
Octal 254 140 155 0 54 45 41 536 37 65
Binary 10101100 1100000 1101101 0 101100 100101 100001 101011110 11111 110101

Color Harmonies of #AC606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC606D

Black with #AC606D

Text Example


Text Example

White with #AC606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC606D; }

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

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

background-color css

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

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

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

border-color css

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

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

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