Html Css Color HEX #AA767C Turkish Rose

📋 copy color: '#AA767C'

red 170 ◦ green 118 ◦ blue 124

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

Shades of Turkish Rose #AA767C

Tints of Turkish Rose #AA767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.64%

 BLUE value IS 124 (48.83% from 255) = 30.1%

R = 41.26%
G = 28.64%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA767C (or 0xAA767C) is known color: Turkish Rose. HEX triplet: AA, 76 and 7C. RGB value is (170,118,124). Sum of RGB (Red+Green+Blue) = 170+118+124=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA767C is #558983. Grayscale: #868686. Windows color (decimal): -5605764 or 8156842. OLE color: 8156842.

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

Color convert

RGB 170 118 124 -
CMYK 0 0.31 0.27 0.33
HSL 353.08º 0.23% 0.56% -
HSV(B) 353.08º 0.31% 0.67% -
XYZ 26.69 22.96 22.09 -
YUV 134.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 170 118 124 0 0.31 0.27 0.33 353.08 0.23 0.56
Hex AA 76 7C 0 1F 1B 21 161 17 38
Octal 252 166 174 0 37 33 41 541 27 70
Binary 10101010 1110110 1111100 0 11111 11011 100001 101100001 10111 111000

Color Harmonies of #AA767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA767C

Black with #AA767C

Text Example


Text Example

White with #AA767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA767C; }

 p { color: rgb(170,118,124); }

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

background-color css

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

 a { background-color: rgb(170,118,124); }

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

border-color css

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

 span { border-color: rgb(170,118,124); }

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