Html Css Color HEX #AC6163 Turkish Rose

📋 copy color: '#AC6163'

red 172 ◦ green 97 ◦ blue 99

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

Shades of Turkish Rose #AC6163

Tints of Turkish Rose #AC6163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.36%

 BLUE value IS 99 (39.06% from 255) = 26.9%

R = 46.74%
G = 26.36%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC6163 (or 0xAC6163) is known color: Turkish Rose. HEX triplet: AC, 61 and 63. RGB value is (172,97,99). Sum of RGB (Red+Green+Blue) = 172+97+99=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6163 is #539E9C. Grayscale: #777777. Windows color (decimal): -5480093 or 6513068. OLE color: 6513068.

HSL color Cylindrical-coordinate representation of color #AC6163: hue angle of 358.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC6163 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 97 99 -
CMYK 0 0.44 0.42 0.33
HSL 358.4º 0.31% 0.53% -
HSV(B) 358.4º 0.44% 0.67% -
XYZ 23.54 18.22 14.08 -
YUV 119.65 116.35 165.34 -
System Red Green Blue C M Y K H S L
Decimal 172 97 99 0 0.44 0.42 0.33 358.4 0.31 0.53
Hex AC 61 63 0 2C 2A 21 166 1F 35
Octal 254 141 143 0 54 52 41 546 37 65
Binary 10101100 1100001 1100011 0 101100 101010 100001 101100110 11111 110101

Color Harmonies of #AC6163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6163

Black with #AC6163

Text Example


Text Example

White with #AC6163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6163; }

 p { color: rgb(172,97,99); }

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

background-color css

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

 a { background-color: rgb(172,97,99); }

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

border-color css

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

 span { border-color: rgb(172,97,99); }

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