Html Css Color HEX #AC7175 Turkish Rose

📋 copy color: '#AC7175'

red 172 ◦ green 113 ◦ blue 117

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

Shades of Turkish Rose #AC7175

Tints of Turkish Rose #AC7175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.1%

R = 42.79%
G = 28.11%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC7175 (or 0xAC7175) is known color: Turkish Rose. HEX triplet: AC, 71 and 75. RGB value is (172,113,117). Sum of RGB (Red+Green+Blue) = 172+113+117=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7175 is #538E8A. Grayscale: #838383. Windows color (decimal): -5475979 or 7696812. OLE color: 7696812.

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

Color convert

RGB 172 113 117 -
CMYK 0 0.34 0.32 0.33
HSL 355.93º 0.26% 0.56% -
HSV(B) 355.93º 0.34% 0.67% -
XYZ 26.13 21.87 19.67 -
YUV 131.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 172 113 117 0 0.34 0.32 0.33 355.93 0.26 0.56
Hex AC 71 75 0 22 20 21 164 1A 38
Octal 254 161 165 0 42 40 41 544 32 70
Binary 10101100 1110001 1110101 0 100010 100000 100001 101100100 11010 111000

Color Harmonies of #AC7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7175

Black with #AC7175

Text Example


Text Example

White with #AC7175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7175; }

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

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

background-color css

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

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

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

border-color css

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

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

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