Html Css Color HEX #AC7178 Turkish Rose

📋 copy color: '#AC7178'

red 172 ◦ green 113 ◦ blue 120

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

Shades of Turkish Rose #AC7178

Tints of Turkish Rose #AC7178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.9%

 BLUE value IS 120 (47.27% from 255) = 29.63%

R = 42.47%
G = 27.9%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC7178 (or 0xAC7178) is known color: Turkish Rose. HEX triplet: AC, 71 and 78. RGB value is (172,113,120). Sum of RGB (Red+Green+Blue) = 172+113+120=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7178 is #538E87. Grayscale: #838383. Windows color (decimal): -5475976 or 7893420. OLE color: 7893420.

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

Color convert

RGB 172 113 120 -
CMYK 0 0.34 0.30 0.33
HSL 352.88º 0.26% 0.56% -
HSV(B) 352.88º 0.34% 0.67% -
XYZ 26.31 21.94 20.62 -
YUV 131.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 172 113 120 0 0.34 0.30 0.33 352.88 0.26 0.56
Hex AC 71 78 0 22 1E 21 161 1A 38
Octal 254 161 170 0 42 36 41 541 32 70
Binary 10101100 1110001 1111000 0 100010 11110 100001 101100001 11010 111000

Color Harmonies of #AC7178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7178

Black with #AC7178

Text Example


Text Example

White with #AC7178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7178; }

 p { color: rgb(172,113,120); }

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

background-color css

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

 a { background-color: rgb(172,113,120); }

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

border-color css

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

 span { border-color: rgb(172,113,120); }

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