Html Css Color HEX #AC6A77 Turkish Rose

📋 copy color: '#AC6A77'

red 172 ◦ green 106 ◦ blue 119

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

Shades of Turkish Rose #AC6A77

Tints of Turkish Rose #AC6A77

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

 BLUE value IS 119 (46.88% from 255) = 29.97%

R = 43.32%
G = 26.7%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC6A77 (or 0xAC6A77) is known color: Turkish Rose. HEX triplet: AC, 6A and 77. RGB value is (172,106,119). Sum of RGB (Red+Green+Blue) = 172+106+119=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A77 is #539588. Grayscale: #7F7F7F. Windows color (decimal): -5477769 or 7826092. OLE color: 7826092.

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

Color convert

RGB 172 106 119 -
CMYK 0 0.38 0.31 0.33
HSL 348.18º 0.28% 0.55% -
HSV(B) 348.18º 0.38% 0.67% -
XYZ 25.5 20.41 20.05 -
YUV 127.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 172 106 119 0 0.38 0.31 0.33 348.18 0.28 0.55
Hex AC 6A 77 0 26 1F 21 15C 1C 37
Octal 254 152 167 0 46 37 41 534 34 67
Binary 10101100 1101010 1110111 0 100110 11111 100001 101011100 11100 110111

Color Harmonies of #AC6A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A77

Black with #AC6A77

Text Example


Text Example

White with #AC6A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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