Html Css Color HEX #AC6572 Turkish Rose

📋 copy color: '#AC6572'

red 172 ◦ green 101 ◦ blue 114

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

Shades of Turkish Rose #AC6572

Tints of Turkish Rose #AC6572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.1%

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

R = 44.44%
G = 26.1%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC6572 (or 0xAC6572) is known color: Turkish Rose. HEX triplet: AC, 65 and 72. RGB value is (172,101,114). Sum of RGB (Red+Green+Blue) = 172+101+114=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6572 is #539A8D. Grayscale: #7B7B7B. Windows color (decimal): -5479054 or 7497132. OLE color: 7497132.

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

Color convert

RGB 172 101 114 -
CMYK 0 0.41 0.34 0.33
HSL 349.01º 0.3% 0.54% -
HSV(B) 349.01º 0.41% 0.67% -
XYZ 24.7 19.29 18.34 -
YUV 123.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 172 101 114 0 0.41 0.34 0.33 349.01 0.3 0.54
Hex AC 65 72 0 29 22 21 15D 1E 36
Octal 254 145 162 0 51 42 41 535 36 66
Binary 10101100 1100101 1110010 0 101001 100010 100001 101011101 11110 110110

Color Harmonies of #AC6572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6572

Black with #AC6572

Text Example


Text Example

White with #AC6572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6572; }

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

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

background-color css

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

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

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

border-color css

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

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

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