Html Css Color HEX #AC6263 Turkish Rose

📋 copy color: '#AC6263'

red 172 ◦ green 98 ◦ blue 99

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

Shades of Turkish Rose #AC6263

Tints of Turkish Rose #AC6263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.56%

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

R = 46.61%
G = 26.56%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC6263 (or 0xAC6263) is known color: Turkish Rose. HEX triplet: AC, 62 and 63. RGB value is (172,98,99). Sum of RGB (Red+Green+Blue) = 172+98+99=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6263 is #539D9C. Grayscale: #787878. Windows color (decimal): -5479837 or 6513324. OLE color: 6513324.

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

Color convert

RGB 172 98 99 -
CMYK 0 0.43 0.42 0.33
HSL 359.19º 0.31% 0.53% -
HSV(B) 359.19º 0.43% 0.67% -
XYZ 23.63 18.41 14.11 -
YUV 120.24 116.02 164.92 -
System Red Green Blue C M Y K H S L
Decimal 172 98 99 0 0.43 0.42 0.33 359.19 0.31 0.53
Hex AC 62 63 0 2B 2A 21 167 1F 35
Octal 254 142 143 0 53 52 41 547 37 65
Binary 10101100 1100010 1100011 0 101011 101010 100001 101100111 11111 110101

Color Harmonies of #AC6263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6263

Black with #AC6263

Text Example


Text Example

White with #AC6263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6263; }

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

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

background-color css

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

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

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

border-color css

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

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

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