Html Css Color HEX #AA787A Turkish Rose

📋 copy color: '#AA787A'

red 170 ◦ green 120 ◦ blue 122

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

Shades of Turkish Rose #AA787A

Tints of Turkish Rose #AA787A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.61%

R = 41.26%
G = 29.13%
B = 29.61%

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

#AA787A (or 0xAA787A) is known color: Turkish Rose. HEX triplet: AA, 78 and 7A. RGB value is (170,120,122). Sum of RGB (Red+Green+Blue) = 170+120+122=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA787A is #558785. Grayscale: #878787. Windows color (decimal): -5605254 or 8026282. OLE color: 8026282.

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

Color convert

RGB 170 120 122 -
CMYK 0 0.29 0.28 0.33
HSL 357.6º 0.23% 0.57% -
HSV(B) 357.6º 0.29% 0.67% -
XYZ 26.81 23.38 21.51 -
YUV 135.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 170 120 122 0 0.29 0.28 0.33 357.6 0.23 0.57
Hex AA 78 7A 0 1D 1C 21 166 17 39
Octal 252 170 172 0 35 34 41 546 27 71
Binary 10101010 1111000 1111010 0 11101 11100 100001 101100110 10111 111001

Color Harmonies of #AA787A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA787A

Black with #AA787A

Text Example


Text Example

White with #AA787A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA787A; }

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

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

background-color css

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

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

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

border-color css

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

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

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