Html Css Color HEX #AC767F Turkish Rose

📋 copy color: '#AC767F'

red 172 ◦ green 118 ◦ blue 127

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

Shades of Turkish Rose #AC767F

Tints of Turkish Rose #AC767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

 BLUE value IS 127 (50% from 255) = 30.46%

R = 41.25%
G = 28.3%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC767F (or 0xAC767F) is known color: Turkish Rose. HEX triplet: AC, 76 and 7F. RGB value is (172,118,127). Sum of RGB (Red+Green+Blue) = 172+118+127=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC767F is #538980. Grayscale: #878787. Windows color (decimal): -5474689 or 8353452. OLE color: 8353452.

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

Color convert

RGB 172 118 127 -
CMYK 0 0.31 0.26 0.33
HSL 350º 0.25% 0.57% -
HSV(B) 350º 0.31% 0.67% -
XYZ 27.32 23.26 23.13 -
YUV 135.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 172 118 127 0 0.31 0.26 0.33 350 0.25 0.57
Hex AC 76 7F 0 1F 1A 21 15E 19 39
Octal 254 166 177 0 37 32 41 536 31 71
Binary 10101100 1110110 1111111 0 11111 11010 100001 101011110 11001 111001

Color Harmonies of #AC767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC767F

Black with #AC767F

Text Example


Text Example

White with #AC767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC767F; }

 p { color: rgb(172,118,127); }

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

background-color css

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

 a { background-color: rgb(172,118,127); }

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

border-color css

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

 span { border-color: rgb(172,118,127); }

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