Html Css Color HEX #AC6E75 Turkish Rose

📋 copy color: '#AC6E75'

red 172 ◦ green 110 ◦ blue 117

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

Shades of Turkish Rose #AC6E75

Tints of Turkish Rose #AC6E75

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.57%

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

R = 43.11%
G = 27.57%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC6E75 (or 0xAC6E75) is known color: Turkish Rose. HEX triplet: AC, 6E and 75. RGB value is (172,110,117). Sum of RGB (Red+Green+Blue) = 172+110+117=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E75 is #53918A. Grayscale: #818181. Windows color (decimal): -5476747 or 7696044. OLE color: 7696044.

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

Color convert

RGB 172 110 117 -
CMYK 0 0.36 0.32 0.33
HSL 353.23º 0.27% 0.55% -
HSV(B) 353.23º 0.36% 0.67% -
XYZ 25.8 21.21 19.56 -
YUV 129.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 172 110 117 0 0.36 0.32 0.33 353.23 0.27 0.55
Hex AC 6E 75 0 24 20 21 161 1B 37
Octal 254 156 165 0 44 40 41 541 33 67
Binary 10101100 1101110 1110101 0 100100 100000 100001 101100001 11011 110111

Color Harmonies of #AC6E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E75

Black with #AC6E75

Text Example


Text Example

White with #AC6E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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