Html Css Color HEX #AC6A6B Turkish Rose

📋 copy color: '#AC6A6B'

red 172 ◦ green 106 ◦ blue 107

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

Shades of Turkish Rose #AC6A6B

Tints of Turkish Rose #AC6A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.53%

 BLUE value IS 107 (42.19% from 255) = 27.79%

R = 44.68%
G = 27.53%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC6A6B (or 0xAC6A6B) is known color: Turkish Rose. HEX triplet: AC, 6A and 6B. RGB value is (172,106,107). Sum of RGB (Red+Green+Blue) = 172+106+107=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A6B is #539594. Grayscale: #7D7D7D. Windows color (decimal): -5477781 or 7039660. OLE color: 7039660.

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

Color convert

RGB 172 106 107 -
CMYK 0 0.38 0.38 0.33
HSL 359.09º 0.28% 0.55% -
HSV(B) 359.09º 0.38% 0.67% -
XYZ 24.82 20.14 16.49 -
YUV 125.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 172 106 107 0 0.38 0.38 0.33 359.09 0.28 0.55
Hex AC 6A 6B 0 26 26 21 167 1C 37
Octal 254 152 153 0 46 46 41 547 34 67
Binary 10101100 1101010 1101011 0 100110 100110 100001 101100111 11100 110111

Color Harmonies of #AC6A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A6B

Black with #AC6A6B

Text Example


Text Example

White with #AC6A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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