Html Css Color HEX #AC606A Turkish Rose

📋 copy color: '#AC606A'

red 172 ◦ green 96 ◦ blue 106

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

Shades of Turkish Rose #AC606A

Tints of Turkish Rose #AC606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.34%

R = 45.99%
G = 25.67%
B = 28.34%

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

#AC606A (or 0xAC606A) is known color: Turkish Rose. HEX triplet: AC, 60 and 6A. RGB value is (172,96,106). Sum of RGB (Red+Green+Blue) = 172+96+106=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC606A is #539F95. Grayscale: #777777. Windows color (decimal): -5480342 or 6971564. OLE color: 6971564.

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

Color convert

RGB 172 96 106 -
CMYK 0 0.44 0.38 0.33
HSL 352.11º 0.31% 0.53% -
HSV(B) 352.11º 0.44% 0.67% -
XYZ 23.8 18.18 15.89 -
YUV 119.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 172 96 106 0 0.44 0.38 0.33 352.11 0.31 0.53
Hex AC 60 6A 0 2C 26 21 160 1F 35
Octal 254 140 152 0 54 46 41 540 37 65
Binary 10101100 1100000 1101010 0 101100 100110 100001 101100000 11111 110101

Color Harmonies of #AC606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC606A

Black with #AC606A

Text Example


Text Example

White with #AC606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC606A; }

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

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

background-color css

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

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

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

border-color css

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

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

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