Html Css Color HEX #AC6162 Turkish Rose

📋 copy color: '#AC6162'

red 172 ◦ green 97 ◦ blue 98

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

Shades of Turkish Rose #AC6162

Tints of Turkish Rose #AC6162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.7%

R = 46.87%
G = 26.43%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC6162 (or 0xAC6162) is known color: Turkish Rose. HEX triplet: AC, 61 and 62. RGB value is (172,97,98). Sum of RGB (Red+Green+Blue) = 172+97+98=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6162 is #539E9D. Grayscale: #777777. Windows color (decimal): -5480094 or 6447532. OLE color: 6447532.

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

Color convert

RGB 172 97 98 -
CMYK 0 0.44 0.43 0.33
HSL 359.2º 0.31% 0.53% -
HSV(B) 359.2º 0.44% 0.67% -
XYZ 23.49 18.2 13.83 -
YUV 119.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 172 97 98 0 0.44 0.43 0.33 359.2 0.31 0.53
Hex AC 61 62 0 2C 2B 21 167 1F 35
Octal 254 141 142 0 54 53 41 547 37 65
Binary 10101100 1100001 1100010 0 101100 101011 100001 101100111 11111 110101

Color Harmonies of #AC6162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6162

Black with #AC6162

Text Example


Text Example

White with #AC6162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6162; }

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

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

background-color css

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

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

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

border-color css

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

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

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