Html Css Color HEX #AC6970 Turkish Rose

📋 copy color: '#AC6970'

red 172 ◦ green 105 ◦ blue 112

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

Shades of Turkish Rose #AC6970

Tints of Turkish Rose #AC6970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.99%

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

R = 44.22%
G = 26.99%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC6970 (or 0xAC6970) is known color: Turkish Rose. HEX triplet: AC, 69 and 70. RGB value is (172,105,112). Sum of RGB (Red+Green+Blue) = 172+105+112=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6970 is #53968F. Grayscale: #7D7D7D. Windows color (decimal): -5478032 or 7367084. OLE color: 7367084.

HSL color Cylindrical-coordinate representation of color #AC6970: hue angle of 353.73º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC6970 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 105 112 -
CMYK 0 0.39 0.35 0.33
HSL 353.73º 0.29% 0.54% -
HSV(B) 353.73º 0.39% 0.67% -
XYZ 24.99 20.04 17.88 -
YUV 125.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 172 105 112 0 0.39 0.35 0.33 353.73 0.29 0.54
Hex AC 69 70 0 27 23 21 162 1D 36
Octal 254 151 160 0 47 43 41 542 35 66
Binary 10101100 1101001 1110000 0 100111 100011 100001 101100010 11101 110110

Color Harmonies of #AC6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6970

Black with #AC6970

Text Example


Text Example

White with #AC6970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6970; }

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

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

background-color css

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

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

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

border-color css

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

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

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