Html Css Color HEX #AC686D Turkish Rose

📋 copy color: '#AC686D'

red 172 ◦ green 104 ◦ blue 109

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

Shades of Turkish Rose #AC686D

Tints of Turkish Rose #AC686D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.01%

 BLUE value IS 109 (42.97% from 255) = 28.31%

R = 44.68%
G = 27.01%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC686D (or 0xAC686D) is known color: Turkish Rose. HEX triplet: AC, 68 and 6D. RGB value is (172,104,109). Sum of RGB (Red+Green+Blue) = 172+104+109=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC686D is #539792. Grayscale: #7C7C7C. Windows color (decimal): -5478291 or 7170220. OLE color: 7170220.

HSL color Cylindrical-coordinate representation of color #AC686D: hue angle of 355.59º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC686D is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 104 109 -
CMYK 0 0.40 0.37 0.33
HSL 355.59º 0.29% 0.54% -
HSV(B) 355.59º 0.4% 0.67% -
XYZ 24.72 19.78 16.98 -
YUV 124.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 172 104 109 0 0.40 0.37 0.33 355.59 0.29 0.54
Hex AC 68 6D 0 28 25 21 164 1D 36
Octal 254 150 155 0 50 45 41 544 35 66
Binary 10101100 1101000 1101101 0 101000 100101 100001 101100100 11101 110110

Color Harmonies of #AC686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC686D

Black with #AC686D

Text Example


Text Example

White with #AC686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC686D; }

 p { color: rgb(172,104,109); }

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

background-color css

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

 a { background-color: rgb(172,104,109); }

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

border-color css

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

 span { border-color: rgb(172,104,109); }

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