Html Css Color HEX #AC777F Turkish Rose

📋 copy color: '#AC777F'

red 172 ◦ green 119 ◦ blue 127

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

Shades of Turkish Rose #AC777F

Tints of Turkish Rose #AC777F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.47%

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

R = 41.15%
G = 28.47%
B = 30.38%

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

#AC777F (or 0xAC777F) is known color: Turkish Rose. HEX triplet: AC, 77 and 7F. RGB value is (172,119,127). Sum of RGB (Red+Green+Blue) = 172+119+127=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC777F is #538880. Grayscale: #878787. Windows color (decimal): -5474433 or 8353708. OLE color: 8353708.

HSL color Cylindrical-coordinate representation of color #AC777F: hue angle of 350.94º degrees, saturation: 0.24, 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 #AC777F is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 119 127 -
CMYK 0 0.31 0.26 0.33
HSL 350.94º 0.24% 0.57% -
HSV(B) 350.94º 0.31% 0.67% -
XYZ 27.44 23.5 23.17 -
YUV 135.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 172 119 127 0 0.31 0.26 0.33 350.94 0.24 0.57
Hex AC 77 7F 0 1F 1A 21 15F 18 39
Octal 254 167 177 0 37 32 41 537 30 71
Binary 10101100 1110111 1111111 0 11111 11010 100001 101011111 11000 111001

Color Harmonies of #AC777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC777F

Black with #AC777F

Text Example


Text Example

White with #AC777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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