Html Css Color HEX #AC7477 Turkish Rose

📋 copy color: '#AC7477'

red 172 ◦ green 116 ◦ blue 119

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

Shades of Turkish Rose #AC7477

Tints of Turkish Rose #AC7477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.5%

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

R = 42.26%
G = 28.5%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC7477 (or 0xAC7477) is known color: Turkish Rose. HEX triplet: AC, 74 and 77. RGB value is (172,116,119). Sum of RGB (Red+Green+Blue) = 172+116+119=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7477 is #538B88. Grayscale: #858585. Windows color (decimal): -5475209 or 7828652. OLE color: 7828652.

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

Color convert

RGB 172 116 119 -
CMYK 0 0.33 0.31 0.33
HSL 356.79º 0.25% 0.56% -
HSV(B) 356.79º 0.33% 0.67% -
XYZ 26.59 22.59 20.41 -
YUV 133.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 172 116 119 0 0.33 0.31 0.33 356.79 0.25 0.56
Hex AC 74 77 0 21 1F 21 165 19 38
Octal 254 164 167 0 41 37 41 545 31 70
Binary 10101100 1110100 1110111 0 100001 11111 100001 101100101 11001 111000

Color Harmonies of #AC7477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7477

Black with #AC7477

Text Example


Text Example

White with #AC7477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7477; }

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

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

background-color css

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

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

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

border-color css

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

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

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