Html Css Color HEX #AA757B Turkish Rose

📋 copy color: '#AA757B'

red 170 ◦ green 117 ◦ blue 123

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

Shades of Turkish Rose #AA757B

Tints of Turkish Rose #AA757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30%

R = 41.46%
G = 28.54%
B = 30%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA757B (or 0xAA757B) is known color: Turkish Rose. HEX triplet: AA, 75 and 7B. RGB value is (170,117,123). Sum of RGB (Red+Green+Blue) = 170+117+123=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA757B is #558A84. Grayscale: #858585. Windows color (decimal): -5606021 or 8091050. OLE color: 8091050.

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

Color convert

RGB 170 117 123 -
CMYK 0 0.31 0.28 0.33
HSL 353.21º 0.24% 0.56% -
HSV(B) 353.21º 0.31% 0.67% -
XYZ 26.51 22.7 21.72 -
YUV 133.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 170 117 123 0 0.31 0.28 0.33 353.21 0.24 0.56
Hex AA 75 7B 0 1F 1C 21 161 18 38
Octal 252 165 173 0 37 34 41 541 30 70
Binary 10101010 1110101 1111011 0 11111 11100 100001 101100001 11000 111000

Color Harmonies of #AA757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA757B

Black with #AA757B

Text Example


Text Example

White with #AA757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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