Html Css Color HEX #AC6072 Turkish Rose

📋 copy color: '#AC6072'

red 172 ◦ green 96 ◦ blue 114

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

Shades of Turkish Rose #AC6072

Tints of Turkish Rose #AC6072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.84%

R = 45.03%
G = 25.13%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC6072 (or 0xAC6072) is known color: Turkish Rose. HEX triplet: AC, 60 and 72. RGB value is (172,96,114). Sum of RGB (Red+Green+Blue) = 172+96+114=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6072 is #539F8D. Grayscale: #787878. Windows color (decimal): -5480334 or 7495852. OLE color: 7495852.

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

Color convert

RGB 172 96 114 -
CMYK 0 0.44 0.34 0.33
HSL 345.79º 0.31% 0.53% -
HSV(B) 345.79º 0.44% 0.67% -
XYZ 24.23 18.35 18.18 -
YUV 120.78 124.18 164.54 -
System Red Green Blue C M Y K H S L
Decimal 172 96 114 0 0.44 0.34 0.33 345.79 0.31 0.53
Hex AC 60 72 0 2C 22 21 15A 1F 35
Octal 254 140 162 0 54 42 41 532 37 65
Binary 10101100 1100000 1110010 0 101100 100010 100001 101011010 11111 110101

Color Harmonies of #AC6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6072

Black with #AC6072

Text Example


Text Example

White with #AC6072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6072; }

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

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

background-color css

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

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

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

border-color css

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

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

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