Html Css Color HEX #AA787B Turkish Rose

📋 copy color: '#AA787B'

red 170 ◦ green 120 ◦ blue 123

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

Shades of Turkish Rose #AA787B

Tints of Turkish Rose #AA787B

RGB

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

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

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

R = 41.16%
G = 29.06%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA787B (or 0xAA787B) is known color: Turkish Rose. HEX triplet: AA, 78 and 7B. RGB value is (170,120,123). Sum of RGB (Red+Green+Blue) = 170+120+123=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA787B is #558784. Grayscale: #878787. Windows color (decimal): -5605253 or 8091818. OLE color: 8091818.

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

Color convert

RGB 170 120 123 -
CMYK 0 0.29 0.28 0.33
HSL 356.4º 0.23% 0.57% -
HSV(B) 356.4º 0.29% 0.67% -
XYZ 26.87 23.41 21.84 -
YUV 135.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 170 120 123 0 0.29 0.28 0.33 356.4 0.23 0.57
Hex AA 78 7B 0 1D 1C 21 164 17 39
Octal 252 170 173 0 35 34 41 544 27 71
Binary 10101010 1111000 1111011 0 11101 11100 100001 101100100 10111 111001

Color Harmonies of #AA787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA787B

Black with #AA787B

Text Example


Text Example

White with #AA787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA787B; }

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

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

background-color css

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

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

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

border-color css

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

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

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