Html Css Color HEX #AC6077 Turkish Rose

📋 copy color: '#AC6077'

red 172 ◦ green 96 ◦ blue 119

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

Shades of Turkish Rose #AC6077

Tints of Turkish Rose #AC6077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

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

R = 44.44%
G = 24.81%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC6077 (or 0xAC6077) is known color: Turkish Rose. HEX triplet: AC, 60 and 77. RGB value is (172,96,119). Sum of RGB (Red+Green+Blue) = 172+96+119=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6077 is #539F88. Grayscale: #797979. Windows color (decimal): -5480329 or 7823532. OLE color: 7823532.

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

Color convert

RGB 172 96 119 -
CMYK 0 0.44 0.31 0.33
HSL 341.84º 0.31% 0.53% -
HSV(B) 341.84º 0.44% 0.67% -
XYZ 24.53 18.47 19.72 -
YUV 121.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 172 96 119 0 0.44 0.31 0.33 341.84 0.31 0.53
Hex AC 60 77 0 2C 1F 21 156 1F 35
Octal 254 140 167 0 54 37 41 526 37 65
Binary 10101100 1100000 1110111 0 101100 11111 100001 101010110 11111 110101

Color Harmonies of #AC6077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6077

Black with #AC6077

Text Example


Text Example

White with #AC6077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6077; }

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

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

background-color css

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

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

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

border-color css

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

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

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