Html Css Color HEX #AC757A Turkish Rose

📋 copy color: '#AC757A'

red 172 ◦ green 117 ◦ blue 122

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

Shades of Turkish Rose #AC757A

Tints of Turkish Rose #AC757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.68%

R = 41.85%
G = 28.47%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC757A (or 0xAC757A) is known color: Turkish Rose. HEX triplet: AC, 75 and 7A. RGB value is (172,117,122). Sum of RGB (Red+Green+Blue) = 172+117+122=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC757A is #538A85. Grayscale: #868686. Windows color (decimal): -5474950 or 8025516. OLE color: 8025516.

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

Color convert

RGB 172 117 122 -
CMYK 0 0.32 0.29 0.33
HSL 354.55º 0.25% 0.57% -
HSV(B) 354.55º 0.32% 0.67% -
XYZ 26.89 22.9 21.42 -
YUV 134.02 121.22 155.09 -
System Red Green Blue C M Y K H S L
Decimal 172 117 122 0 0.32 0.29 0.33 354.55 0.25 0.57
Hex AC 75 7A 0 20 1D 21 163 19 39
Octal 254 165 172 0 40 35 41 543 31 71
Binary 10101100 1110101 1111010 0 100000 11101 100001 101100011 11001 111001

Color Harmonies of #AC757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC757A

Black with #AC757A

Text Example


Text Example

White with #AC757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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