Html Css Color HEX #AC747D Turkish Rose

📋 copy color: '#AC747D'

red 172 ◦ green 116 ◦ blue 125

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

Shades of Turkish Rose #AC747D

Tints of Turkish Rose #AC747D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 41.65%
G = 28.09%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC747D (or 0xAC747D) is known color: Turkish Rose. HEX triplet: AC, 74 and 7D. RGB value is (172,116,125). Sum of RGB (Red+Green+Blue) = 172+116+125=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC747D is #538B82. Grayscale: #858585. Windows color (decimal): -5475203 or 8221868. OLE color: 8221868.

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

Color convert

RGB 172 116 125 -
CMYK 0 0.33 0.27 0.33
HSL 350.36º 0.25% 0.56% -
HSV(B) 350.36º 0.33% 0.67% -
XYZ 26.96 22.74 22.37 -
YUV 133.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 172 116 125 0 0.33 0.27 0.33 350.36 0.25 0.56
Hex AC 74 7D 0 21 1B 21 15E 19 38
Octal 254 164 175 0 41 33 41 536 31 70
Binary 10101100 1110100 1111101 0 100001 11011 100001 101011110 11001 111000

Color Harmonies of #AC747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC747D

Black with #AC747D

Text Example


Text Example

White with #AC747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC747D; }

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

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

background-color css

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

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

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

border-color css

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

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

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