Html Css Color HEX #AA787D Turkish Rose

📋 copy color: '#AA787D'

red 170 ◦ green 120 ◦ blue 125

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

Shades of Turkish Rose #AA787D

Tints of Turkish Rose #AA787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.92%

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

R = 40.96%
G = 28.92%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA787D (or 0xAA787D) is known color: Turkish Rose. HEX triplet: AA, 78 and 7D. RGB value is (170,120,125). Sum of RGB (Red+Green+Blue) = 170+120+125=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA787D is #558782. Grayscale: #878787. Windows color (decimal): -5605251 or 8222890. OLE color: 8222890.

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

Color convert

RGB 170 120 125 -
CMYK 0 0.29 0.26 0.33
HSL 354º 0.23% 0.57% -
HSV(B) 354º 0.29% 0.67% -
XYZ 27 23.46 22.51 -
YUV 135.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 170 120 125 0 0.29 0.26 0.33 354 0.23 0.57
Hex AA 78 7D 0 1D 1A 21 162 17 39
Octal 252 170 175 0 35 32 41 542 27 71
Binary 10101010 1111000 1111101 0 11101 11010 100001 101100010 10111 111001

Color Harmonies of #AA787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA787D

Black with #AA787D

Text Example


Text Example

White with #AA787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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