Html Css Color HEX #AA606D Turkish Rose

📋 copy color: '#AA606D'

red 170 ◦ green 96 ◦ blue 109

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

Shades of Turkish Rose #AA606D

Tints of Turkish Rose #AA606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 45.33%
G = 25.6%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA606D (or 0xAA606D) is known color: Turkish Rose. HEX triplet: AA, 60 and 6D. RGB value is (170,96,109). Sum of RGB (Red+Green+Blue) = 170+96+109=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA606D is #559F92. Grayscale: #777777. Windows color (decimal): -5611411 or 7168170. OLE color: 7168170.

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

Color convert

RGB 170 96 109 -
CMYK 0 0.44 0.36 0.33
HSL 349.46º 0.3% 0.52% -
HSV(B) 349.46º 0.44% 0.67% -
XYZ 23.52 18.02 16.71 -
YUV 119.61 122.02 163.94 -
System Red Green Blue C M Y K H S L
Decimal 170 96 109 0 0.44 0.36 0.33 349.46 0.3 0.52
Hex AA 60 6D 0 2C 24 21 15D 1E 34
Octal 252 140 155 0 54 44 41 535 36 64
Binary 10101010 1100000 1101101 0 101100 100100 100001 101011101 11110 110100

Color Harmonies of #AA606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA606D

Black with #AA606D

Text Example


Text Example

White with #AA606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA606D; }

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

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

background-color css

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

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

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

border-color css

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

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

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