Html Css Color HEX #AC6F73 Turkish Rose

📋 copy color: '#AC6F73'

red 172 ◦ green 111 ◦ blue 115

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

Shades of Turkish Rose #AC6F73

Tints of Turkish Rose #AC6F73

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.89%

 BLUE value IS 115 (45.31% from 255) = 28.89%

R = 43.22%
G = 27.89%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC6F73 (or 0xAC6F73) is known color: Turkish Rose. HEX triplet: AC, 6F and 73. RGB value is (172,111,115). Sum of RGB (Red+Green+Blue) = 172+111+115=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6F73 is #53908C. Grayscale: #818181. Windows color (decimal): -5476493 or 7565228. OLE color: 7565228.

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

Color convert

RGB 172 111 115 -
CMYK 0 0.35 0.33 0.33
HSL 356.07º 0.27% 0.55% -
HSV(B) 356.07º 0.35% 0.67% -
XYZ 25.79 21.38 18.99 -
YUV 129.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 172 111 115 0 0.35 0.33 0.33 356.07 0.27 0.55
Hex AC 6F 73 0 23 21 21 164 1B 37
Octal 254 157 163 0 43 41 41 544 33 67
Binary 10101100 1101111 1110011 0 100011 100001 100001 101100100 11011 110111

Color Harmonies of #AC6F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6F73

Black with #AC6F73

Text Example


Text Example

White with #AC6F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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