Html Css Color HEX #AA7679 Turkish Rose

📋 copy color: '#AA7679'

red 170 ◦ green 118 ◦ blue 121

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

Shades of Turkish Rose #AA7679

Tints of Turkish Rose #AA7679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.58%

R = 41.56%
G = 28.85%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA7679 (or 0xAA7679) is known color: Turkish Rose. HEX triplet: AA, 76 and 79. RGB value is (170,118,121). Sum of RGB (Red+Green+Blue) = 170+118+121=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7679 is #558986. Grayscale: #858585. Windows color (decimal): -5605767 or 7960234. OLE color: 7960234.

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

Color convert

RGB 170 118 121 -
CMYK 0 0.31 0.29 0.33
HSL 356.54º 0.23% 0.56% -
HSV(B) 356.54º 0.31% 0.67% -
XYZ 26.51 22.88 21.11 -
YUV 133.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 170 118 121 0 0.31 0.29 0.33 356.54 0.23 0.56
Hex AA 76 79 0 1F 1D 21 165 17 38
Octal 252 166 171 0 37 35 41 545 27 70
Binary 10101010 1110110 1111001 0 11111 11101 100001 101100101 10111 111000

Color Harmonies of #AA7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7679

Black with #AA7679

Text Example


Text Example

White with #AA7679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7679; }

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

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

background-color css

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

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

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

border-color css

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

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

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