Html Css Color HEX #AC757B Turkish Rose

📋 copy color: '#AC757B'

red 172 ◦ green 117 ◦ blue 123

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

Shades of Turkish Rose #AC757B

Tints of Turkish Rose #AC757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.4%

 BLUE value IS 123 (48.44% from 255) = 29.85%

R = 41.75%
G = 28.4%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC757B (or 0xAC757B) is known color: Turkish Rose. HEX triplet: AC, 75 and 7B. RGB value is (172,117,123). Sum of RGB (Red+Green+Blue) = 172+117+123=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC757B is #538A84. Grayscale: #868686. Windows color (decimal): -5474949 or 8091052. OLE color: 8091052.

HSL color Cylindrical-coordinate representation of color #AC757B: hue angle of 353.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC757B is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 117 123 -
CMYK 0 0.32 0.28 0.33
HSL 353.45º 0.25% 0.57% -
HSV(B) 353.45º 0.32% 0.67% -
XYZ 26.95 22.92 21.74 -
YUV 134.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 172 117 123 0 0.32 0.28 0.33 353.45 0.25 0.57
Hex AC 75 7B 0 20 1C 21 161 19 39
Octal 254 165 173 0 40 34 41 541 31 71
Binary 10101100 1110101 1111011 0 100000 11100 100001 101100001 11001 111001

Color Harmonies of #AC757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC757B

Black with #AC757B

Text Example


Text Example

White with #AC757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC757B; }

 p { color: rgb(172,117,123); }

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

background-color css

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

 a { background-color: rgb(172,117,123); }

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

border-color css

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

 span { border-color: rgb(172,117,123); }

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