Html Css Color HEX #AC6472 Turkish Rose

📋 copy color: '#AC6472'

red 172 ◦ green 100 ◦ blue 114

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

Shades of Turkish Rose #AC6472

Tints of Turkish Rose #AC6472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.91%

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

R = 44.56%
G = 25.91%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC6472 (or 0xAC6472) is known color: Turkish Rose. HEX triplet: AC, 64 and 72. RGB value is (172,100,114). Sum of RGB (Red+Green+Blue) = 172+100+114=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6472 is #539B8D. Grayscale: #7B7B7B. Windows color (decimal): -5479310 or 7496876. OLE color: 7496876.

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

Color convert

RGB 172 100 114 -
CMYK 0 0.42 0.34 0.33
HSL 348.33º 0.3% 0.53% -
HSV(B) 348.33º 0.42% 0.67% -
XYZ 24.61 19.1 18.31 -
YUV 123.12 122.85 162.86 -
System Red Green Blue C M Y K H S L
Decimal 172 100 114 0 0.42 0.34 0.33 348.33 0.3 0.53
Hex AC 64 72 0 2A 22 21 15C 1E 35
Octal 254 144 162 0 52 42 41 534 36 65
Binary 10101100 1100100 1110010 0 101010 100010 100001 101011100 11110 110101

Color Harmonies of #AC6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6472

Black with #AC6472

Text Example


Text Example

White with #AC6472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6472; }

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

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

background-color css

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

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

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

border-color css

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

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

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