Html Css Color HEX #AA6062 Turkish Rose

📋 copy color: '#AA6062'

red 170 ◦ green 96 ◦ blue 98

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

Shades of Turkish Rose #AA6062

Tints of Turkish Rose #AA6062

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.37%

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

R = 46.7%
G = 26.37%
B = 26.92%

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

#AA6062 (or 0xAA6062) is known color: Turkish Rose. HEX triplet: AA, 60 and 62. RGB value is (170,96,98). Sum of RGB (Red+Green+Blue) = 170+96+98=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6062 is #559F9D. Grayscale: #767676. Windows color (decimal): -5611422 or 6447274. OLE color: 6447274.

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

Color convert

RGB 170 96 98 -
CMYK 0 0.44 0.42 0.33
HSL 358.38º 0.3% 0.52% -
HSV(B) 358.38º 0.44% 0.67% -
XYZ 22.97 17.79 13.78 -
YUV 118.35 116.52 164.84 -
System Red Green Blue C M Y K H S L
Decimal 170 96 98 0 0.44 0.42 0.33 358.38 0.3 0.52
Hex AA 60 62 0 2C 2A 21 166 1E 34
Octal 252 140 142 0 54 52 41 546 36 64
Binary 10101010 1100000 1100010 0 101100 101010 100001 101100110 11110 110100

Color Harmonies of #AA6062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6062

Black with #AA6062

Text Example


Text Example

White with #AA6062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6062; }

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

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

background-color css

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

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

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

border-color css

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

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

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