Html Css Color HEX #AC6A6F Turkish Rose

📋 copy color: '#AC6A6F'

red 172 ◦ green 106 ◦ blue 111

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

Shades of Turkish Rose #AC6A6F

Tints of Turkish Rose #AC6A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.53%

R = 44.22%
G = 27.25%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC6A6F (or 0xAC6A6F) is known color: Turkish Rose. HEX triplet: AC, 6A and 6F. RGB value is (172,106,111). Sum of RGB (Red+Green+Blue) = 172+106+111=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A6F is #539590. Grayscale: #7E7E7E. Windows color (decimal): -5477777 or 7301804. OLE color: 7301804.

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

Color convert

RGB 172 106 111 -
CMYK 0 0.38 0.35 0.33
HSL 355.45º 0.28% 0.55% -
HSV(B) 355.45º 0.38% 0.67% -
XYZ 25.04 20.23 17.62 -
YUV 126.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 172 106 111 0 0.38 0.35 0.33 355.45 0.28 0.55
Hex AC 6A 6F 0 26 23 21 163 1C 37
Octal 254 152 157 0 46 43 41 543 34 67
Binary 10101100 1101010 1101111 0 100110 100011 100001 101100011 11100 110111

Color Harmonies of #AC6A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A6F

Black with #AC6A6F

Text Example


Text Example

White with #AC6A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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