Html Css Color HEX #AC7677 Turkish Rose

📋 copy color: '#AC7677'

red 172 ◦ green 118 ◦ blue 119

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

Shades of Turkish Rose #AC7677

Tints of Turkish Rose #AC7677

RGB

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

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

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

R = 42.05%
G = 28.85%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC7677 (or 0xAC7677) is known color: Turkish Rose. HEX triplet: AC, 76 and 77. RGB value is (172,118,119). Sum of RGB (Red+Green+Blue) = 172+118+119=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7677 is #538988. Grayscale: #868686. Windows color (decimal): -5474697 or 7829164. OLE color: 7829164.

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

Color convert

RGB 172 118 119 -
CMYK 0 0.31 0.31 0.33
HSL 358.89º 0.25% 0.57% -
HSV(B) 358.89º 0.31% 0.67% -
XYZ 26.82 23.06 20.49 -
YUV 134.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 172 118 119 0 0.31 0.31 0.33 358.89 0.25 0.57
Hex AC 76 77 0 1F 1F 21 167 19 39
Octal 254 166 167 0 37 37 41 547 31 71
Binary 10101100 1110110 1110111 0 11111 11111 100001 101100111 11001 111001

Color Harmonies of #AC7677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7677

Black with #AC7677

Text Example


Text Example

White with #AC7677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7677; }

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

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

background-color css

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

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

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

border-color css

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

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

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