Html Css Color HEX #AC7077 Turkish Rose

📋 copy color: '#AC7077'

red 172 ◦ green 112 ◦ blue 119

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

Shades of Turkish Rose #AC7077

Tints of Turkish Rose #AC7077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

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

R = 42.68%
G = 27.79%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC7077 (or 0xAC7077) is known color: Turkish Rose. HEX triplet: AC, 70 and 77. RGB value is (172,112,119). Sum of RGB (Red+Green+Blue) = 172+112+119=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7077 is #538F88. Grayscale: #828282. Windows color (decimal): -5476233 or 7827628. OLE color: 7827628.

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

Color convert

RGB 172 112 119 -
CMYK 0 0.35 0.31 0.33
HSL 353º 0.27% 0.56% -
HSV(B) 353º 0.35% 0.67% -
XYZ 26.14 21.69 20.26 -
YUV 130.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 172 112 119 0 0.35 0.31 0.33 353 0.27 0.56
Hex AC 70 77 0 23 1F 21 161 1B 38
Octal 254 160 167 0 43 37 41 541 33 70
Binary 10101100 1110000 1110111 0 100011 11111 100001 101100001 11011 111000

Color Harmonies of #AC7077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7077

Black with #AC7077

Text Example


Text Example

White with #AC7077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7077; }

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

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

background-color css

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

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

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

border-color css

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

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

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