Html Css Color HEX #AA757D Turkish Rose

📋 copy color: '#AA757D'

red 170 ◦ green 117 ◦ blue 125

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

Shades of Turkish Rose #AA757D

Tints of Turkish Rose #AA757D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.4%

 BLUE value IS 125 (49.22% from 255) = 30.34%

R = 41.26%
G = 28.4%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA757D (or 0xAA757D) is known color: Turkish Rose. HEX triplet: AA, 75 and 7D. RGB value is (170,117,125). Sum of RGB (Red+Green+Blue) = 170+117+125=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA757D is #558A82. Grayscale: #858585. Windows color (decimal): -5606019 or 8222122. OLE color: 8222122.

HSL color Cylindrical-coordinate representation of color #AA757D: hue angle of 350.94º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA757D is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 117 125 -
CMYK 0 0.31 0.26 0.33
HSL 350.94º 0.24% 0.56% -
HSV(B) 350.94º 0.31% 0.67% -
XYZ 26.64 22.75 22.39 -
YUV 133.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 170 117 125 0 0.31 0.26 0.33 350.94 0.24 0.56
Hex AA 75 7D 0 1F 1A 21 15F 18 38
Octal 252 165 175 0 37 32 41 537 30 70
Binary 10101010 1110101 1111101 0 11111 11010 100001 101011111 11000 111000

Color Harmonies of #AA757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA757D

Black with #AA757D

Text Example


Text Example

White with #AA757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA757D; }

 p { color: rgb(170,117,125); }

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

background-color css

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

 a { background-color: rgb(170,117,125); }

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

border-color css

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

 span { border-color: rgb(170,117,125); }

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