Html Css Color HEX #AC6B6C Turkish Rose

📋 copy color: '#AC6B6C'

red 172 ◦ green 107 ◦ blue 108

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

Shades of Turkish Rose #AC6B6C

Tints of Turkish Rose #AC6B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.91%

R = 44.44%
G = 27.65%
B = 27.91%

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

#AC6B6C (or 0xAC6B6C) is known color: Turkish Rose. HEX triplet: AC, 6B and 6C. RGB value is (172,107,108). Sum of RGB (Red+Green+Blue) = 172+107+108=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6B6C is #539493. Grayscale: #7E7E7E. Windows color (decimal): -5477524 or 7105452. OLE color: 7105452.

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

Color convert

RGB 172 107 108 -
CMYK 0 0.38 0.37 0.33
HSL 359.08º 0.28% 0.55% -
HSV(B) 359.08º 0.38% 0.67% -
XYZ 24.98 20.37 16.8 -
YUV 126.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 172 107 108 0 0.38 0.37 0.33 359.08 0.28 0.55
Hex AC 6B 6C 0 26 25 21 167 1C 37
Octal 254 153 154 0 46 45 41 547 34 67
Binary 10101100 1101011 1101100 0 100110 100101 100001 101100111 11100 110111

Color Harmonies of #AC6B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B6C

Black with #AC6B6C

Text Example


Text Example

White with #AC6B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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