Html Css Color HEX #AA5F6D Turkish Rose

📋 copy color: '#AA5F6D'

red 170 ◦ green 95 ◦ blue 109

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

Shades of Turkish Rose #AA5F6D

Tints of Turkish Rose #AA5F6D

RGB

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

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

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

R = 45.45%
G = 25.4%
B = 29.14%

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

#AA5F6D (or 0xAA5F6D) is known color: Turkish Rose. HEX triplet: AA, 5F and 6D. RGB value is (170,95,109). Sum of RGB (Red+Green+Blue) = 170+95+109=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F6D is #55A092. Grayscale: #777777. Windows color (decimal): -5611667 or 7167914. OLE color: 7167914.

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

Color convert

RGB 170 95 109 -
CMYK 0 0.44 0.36 0.33
HSL 348.8º 0.31% 0.52% -
HSV(B) 348.8º 0.44% 0.67% -
XYZ 23.43 17.83 16.68 -
YUV 119.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 170 95 109 0 0.44 0.36 0.33 348.8 0.31 0.52
Hex AA 5F 6D 0 2C 24 21 15D 1F 34
Octal 252 137 155 0 54 44 41 535 37 64
Binary 10101010 1011111 1101101 0 101100 100100 100001 101011101 11111 110100

Color Harmonies of #AA5F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5F6D

Black with #AA5F6D

Text Example


Text Example

White with #AA5F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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