Html Css Color HEX #AA676D Turkish Rose

📋 copy color: '#AA676D'

red 170 ◦ green 103 ◦ blue 109

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

Shades of Turkish Rose #AA676D

Tints of Turkish Rose #AA676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.96%

 BLUE value IS 109 (42.97% from 255) = 28.53%

R = 44.5%
G = 26.96%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA676D (or 0xAA676D) is known color: Turkish Rose. HEX triplet: AA, 67 and 6D. RGB value is (170,103,109). Sum of RGB (Red+Green+Blue) = 170+103+109=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA676D is #559892. Grayscale: #7B7B7B. Windows color (decimal): -5609619 or 7169962. OLE color: 7169962.

HSL color Cylindrical-coordinate representation of color #AA676D: hue angle of 354.63º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA676D is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 103 109 -
CMYK 0 0.39 0.36 0.33
HSL 354.63º 0.28% 0.54% -
HSV(B) 354.63º 0.39% 0.67% -
XYZ 24.19 19.35 16.93 -
YUV 123.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 170 103 109 0 0.39 0.36 0.33 354.63 0.28 0.54
Hex AA 67 6D 0 27 24 21 163 1C 36
Octal 252 147 155 0 47 44 41 543 34 66
Binary 10101010 1100111 1101101 0 100111 100100 100001 101100011 11100 110110

Color Harmonies of #AA676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA676D

Black with #AA676D

Text Example


Text Example

White with #AA676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA676D; }

 p { color: rgb(170,103,109); }

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

background-color css

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

 a { background-color: rgb(170,103,109); }

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

border-color css

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

 span { border-color: rgb(170,103,109); }

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