Html Css Color HEX #AA676B Turkish Rose

📋 copy color: '#AA676B'

red 170 ◦ green 103 ◦ blue 107

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

Shades of Turkish Rose #AA676B

Tints of Turkish Rose #AA676B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.16%

R = 44.74%
G = 27.11%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA676B (or 0xAA676B) is known color: Turkish Rose. HEX triplet: AA, 67 and 6B. RGB value is (170,103,107). Sum of RGB (Red+Green+Blue) = 170+103+107=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA676B is #559894. Grayscale: #7B7B7B. Windows color (decimal): -5609621 or 7038890. OLE color: 7038890.

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

Color convert

RGB 170 103 107 -
CMYK 0 0.39 0.37 0.33
HSL 356.42º 0.28% 0.54% -
HSV(B) 356.42º 0.39% 0.67% -
XYZ 24.08 19.31 16.37 -
YUV 123.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 170 103 107 0 0.39 0.37 0.33 356.42 0.28 0.54
Hex AA 67 6B 0 27 25 21 164 1C 36
Octal 252 147 153 0 47 45 41 544 34 66
Binary 10101010 1100111 1101011 0 100111 100101 100001 101100100 11100 110110

Color Harmonies of #AA676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA676B

Black with #AA676B

Text Example


Text Example

White with #AA676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA676B; }

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

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

background-color css

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

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

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

border-color css

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

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

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