Html Css Color HEX #AC7576 Turkish Rose

📋 copy color: '#AC7576'

red 172 ◦ green 117 ◦ blue 118

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

Shades of Turkish Rose #AC7576

Tints of Turkish Rose #AC7576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.75%

 BLUE value IS 118 (46.48% from 255) = 28.99%

R = 42.26%
G = 28.75%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC7576 (or 0xAC7576) is known color: Turkish Rose. HEX triplet: AC, 75 and 76. RGB value is (172,117,118). Sum of RGB (Red+Green+Blue) = 172+117+118=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7576 is #538A89. Grayscale: #858585. Windows color (decimal): -5474954 or 7763372. OLE color: 7763372.

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

Color convert

RGB 172 117 118 -
CMYK 0 0.32 0.31 0.33
HSL 358.91º 0.25% 0.57% -
HSV(B) 358.91º 0.32% 0.67% -
XYZ 26.64 22.8 20.14 -
YUV 133.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 172 117 118 0 0.32 0.31 0.33 358.91 0.25 0.57
Hex AC 75 76 0 20 1F 21 167 19 39
Octal 254 165 166 0 40 37 41 547 31 71
Binary 10101100 1110101 1110110 0 100000 11111 100001 101100111 11001 111001

Color Harmonies of #AC7576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7576

Black with #AC7576

Text Example


Text Example

White with #AC7576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7576; }

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

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

background-color css

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

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

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

border-color css

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

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

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