Html Css Color HEX #AA5F6A Turkish Rose

📋 copy color: '#AA5F6A'

red 170 ◦ green 95 ◦ blue 106

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

Shades of Turkish Rose #AA5F6A

Tints of Turkish Rose #AA5F6A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.61%

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 45.82%
G = 25.61%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA5F6A (or 0xAA5F6A) is known color: Turkish Rose. HEX triplet: AA, 5F and 6A. RGB value is (170,95,106). Sum of RGB (Red+Green+Blue) = 170+95+106=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F6A is #55A095. Grayscale: #767676. Windows color (decimal): -5611670 or 6971306. OLE color: 6971306.

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

Color convert

RGB 170 95 106 -
CMYK 0 0.44 0.38 0.33
HSL 351.2º 0.31% 0.52% -
HSV(B) 351.2º 0.44% 0.67% -
XYZ 23.27 17.77 15.84 -
YUV 118.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 170 95 106 0 0.44 0.38 0.33 351.2 0.31 0.52
Hex AA 5F 6A 0 2C 26 21 15F 1F 34
Octal 252 137 152 0 54 46 41 537 37 64
Binary 10101010 1011111 1101010 0 101100 100110 100001 101011111 11111 110100

Color Harmonies of #AA5F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5F6A

Black with #AA5F6A

Text Example


Text Example

White with #AA5F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5F6A; }

 p { color: rgb(170,95,106); }

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

background-color css

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

 a { background-color: rgb(170,95,106); }

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

border-color css

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

 span { border-color: rgb(170,95,106); }

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