Html Css Color HEX #AC7476 Turkish Rose

📋 copy color: '#AC7476'

red 172 ◦ green 116 ◦ blue 118

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

Shades of Turkish Rose #AC7476

Tints of Turkish Rose #AC7476

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.57%

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

R = 42.36%
G = 28.57%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC7476 (or 0xAC7476) is known color: Turkish Rose. HEX triplet: AC, 74 and 76. RGB value is (172,116,118). Sum of RGB (Red+Green+Blue) = 172+116+118=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7476 is #538B89. Grayscale: #858585. Windows color (decimal): -5475210 or 7763116. OLE color: 7763116.

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

Color convert

RGB 172 116 118 -
CMYK 0 0.33 0.31 0.33
HSL 357.86º 0.25% 0.56% -
HSV(B) 357.86º 0.33% 0.67% -
XYZ 26.53 22.57 20.1 -
YUV 132.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 172 116 118 0 0.33 0.31 0.33 357.86 0.25 0.56
Hex AC 74 76 0 21 1F 21 166 19 38
Octal 254 164 166 0 41 37 41 546 31 70
Binary 10101100 1110100 1110110 0 100001 11111 100001 101100110 11001 111000

Color Harmonies of #AC7476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7476

Black with #AC7476

Text Example


Text Example

White with #AC7476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7476; }

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

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

background-color css

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

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

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

border-color css

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

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

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