Html Css Color HEX #AC787E Turkish Rose

📋 copy color: '#AC787E'

red 172 ◦ green 120 ◦ blue 126

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

Shades of Turkish Rose #AC787E

Tints of Turkish Rose #AC787E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.71%

 BLUE value IS 126 (49.61% from 255) = 30.14%

R = 41.15%
G = 28.71%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC787E (or 0xAC787E) is known color: Turkish Rose. HEX triplet: AC, 78 and 7E. RGB value is (172,120,126). Sum of RGB (Red+Green+Blue) = 172+120+126=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC787E is #538781. Grayscale: #888888. Windows color (decimal): -5474178 or 8288428. OLE color: 8288428.

HSL color Cylindrical-coordinate representation of color #AC787E: hue angle of 353.08º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC787E is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 120 126 -
CMYK 0 0.30 0.27 0.33
HSL 353.08º 0.24% 0.57% -
HSV(B) 353.08º 0.3% 0.67% -
XYZ 27.5 23.71 22.87 -
YUV 136.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 172 120 126 0 0.30 0.27 0.33 353.08 0.24 0.57
Hex AC 78 7E 0 1E 1B 21 161 18 39
Octal 254 170 176 0 36 33 41 541 30 71
Binary 10101100 1111000 1111110 0 11110 11011 100001 101100001 11000 111001

Color Harmonies of #AC787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC787E

Black with #AC787E

Text Example


Text Example

White with #AC787E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC787E; }

 p { color: rgb(172,120,126); }

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

background-color css

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

 a { background-color: rgb(172,120,126); }

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

border-color css

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

 span { border-color: rgb(172,120,126); }

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