Html Css Color HEX #AC6B6D Turkish Rose

📋 copy color: '#AC6B6D'

red 172 ◦ green 107 ◦ blue 109

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

Shades of Turkish Rose #AC6B6D

Tints of Turkish Rose #AC6B6D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.58%

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

R = 44.33%
G = 27.58%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC6B6D (or 0xAC6B6D) is known color: Turkish Rose. HEX triplet: AC, 6B and 6D. RGB value is (172,107,109). Sum of RGB (Red+Green+Blue) = 172+107+109=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6B6D is #539492. Grayscale: #7E7E7E. Windows color (decimal): -5477523 or 7170988. OLE color: 7170988.

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

Color convert

RGB 172 107 109 -
CMYK 0 0.38 0.37 0.33
HSL 358.15º 0.28% 0.55% -
HSV(B) 358.15º 0.38% 0.67% -
XYZ 25.03 20.39 17.08 -
YUV 126.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 172 107 109 0 0.38 0.37 0.33 358.15 0.28 0.55
Hex AC 6B 6D 0 26 25 21 166 1C 37
Octal 254 153 155 0 46 45 41 546 34 67
Binary 10101100 1101011 1101101 0 100110 100101 100001 101100110 11100 110111

Color Harmonies of #AC6B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B6D

Black with #AC6B6D

Text Example


Text Example

White with #AC6B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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