Html Css Color HEX #AA6162 Turkish Rose

📋 copy color: '#AA6162'

red 170 ◦ green 97 ◦ blue 98

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

Shades of Turkish Rose #AA6162

Tints of Turkish Rose #AA6162

RGB

 RED value IS 170 (66.8% from 255) = 46.58%

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

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

R = 46.58%
G = 26.58%
B = 26.85%

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

#AA6162 (or 0xAA6162) is known color: Turkish Rose. HEX triplet: AA, 61 and 62. RGB value is (170,97,98). Sum of RGB (Red+Green+Blue) = 170+97+98=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6162 is #559E9D. Grayscale: #777777. Windows color (decimal): -5611166 or 6447530. OLE color: 6447530.

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

Color convert

RGB 170 97 98 -
CMYK 0 0.43 0.42 0.33
HSL 359.18º 0.3% 0.52% -
HSV(B) 359.18º 0.43% 0.67% -
XYZ 23.06 17.98 13.81 -
YUV 118.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 170 97 98 0 0.43 0.42 0.33 359.18 0.3 0.52
Hex AA 61 62 0 2B 2A 21 167 1E 34
Octal 252 141 142 0 53 52 41 547 36 64
Binary 10101010 1100001 1100010 0 101011 101010 100001 101100111 11110 110100

Color Harmonies of #AA6162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6162

Black with #AA6162

Text Example


Text Example

White with #AA6162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6162; }

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

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

background-color css

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

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

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

border-color css

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

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

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