Html Css Color HEX #AC6A70 Turkish Rose

📋 copy color: '#AC6A70'

red 172 ◦ green 106 ◦ blue 112

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

Shades of Turkish Rose #AC6A70

Tints of Turkish Rose #AC6A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.72%

R = 44.1%
G = 27.18%
B = 28.72%

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

#AC6A70 (or 0xAC6A70) is known color: Turkish Rose. HEX triplet: AC, 6A and 70. RGB value is (172,106,112). Sum of RGB (Red+Green+Blue) = 172+106+112=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A70 is #53958F. Grayscale: #7E7E7E. Windows color (decimal): -5477776 or 7367340. OLE color: 7367340.

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

Color convert

RGB 172 106 112 -
CMYK 0 0.38 0.35 0.33
HSL 354.55º 0.28% 0.55% -
HSV(B) 354.55º 0.38% 0.67% -
XYZ 25.09 20.25 17.92 -
YUV 126.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 172 106 112 0 0.38 0.35 0.33 354.55 0.28 0.55
Hex AC 6A 70 0 26 23 21 163 1C 37
Octal 254 152 160 0 46 43 41 543 34 67
Binary 10101100 1101010 1110000 0 100110 100011 100001 101100011 11100 110111

Color Harmonies of #AC6A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A70

Black with #AC6A70

Text Example


Text Example

White with #AC6A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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