Html Css Color HEX #AC7173 Turkish Rose

📋 copy color: '#AC7173'

red 172 ◦ green 113 ◦ blue 115

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

Shades of Turkish Rose #AC7173

Tints of Turkish Rose #AC7173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.75%

R = 43%
G = 28.25%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC7173 (or 0xAC7173) is known color: Turkish Rose. HEX triplet: AC, 71 and 73. RGB value is (172,113,115). Sum of RGB (Red+Green+Blue) = 172+113+115=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7173 is #538E8C. Grayscale: #828282. Windows color (decimal): -5475981 or 7565740. OLE color: 7565740.

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

Color convert

RGB 172 113 115 -
CMYK 0 0.34 0.33 0.33
HSL 357.97º 0.26% 0.56% -
HSV(B) 357.97º 0.34% 0.67% -
XYZ 26.01 21.82 19.06 -
YUV 130.87 119.05 157.34 -
System Red Green Blue C M Y K H S L
Decimal 172 113 115 0 0.34 0.33 0.33 357.97 0.26 0.56
Hex AC 71 73 0 22 21 21 166 1A 38
Octal 254 161 163 0 42 41 41 546 32 70
Binary 10101100 1110001 1110011 0 100010 100001 100001 101100110 11010 111000

Color Harmonies of #AC7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7173

Black with #AC7173

Text Example


Text Example

White with #AC7173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7173; }

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

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

background-color css

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

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

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

border-color css

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

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

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