Html Css Color HEX #AA676F Turkish Rose

📋 copy color: '#AA676F'

red 170 ◦ green 103 ◦ blue 111

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

Shades of Turkish Rose #AA676F

Tints of Turkish Rose #AA676F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.91%

R = 44.27%
G = 26.82%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA676F (or 0xAA676F) is known color: Turkish Rose. HEX triplet: AA, 67 and 6F. RGB value is (170,103,111). Sum of RGB (Red+Green+Blue) = 170+103+111=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA676F is #559890. Grayscale: #7B7B7B. Windows color (decimal): -5609617 or 7301034. OLE color: 7301034.

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

Color convert

RGB 170 103 111 -
CMYK 0 0.39 0.35 0.33
HSL 352.84º 0.28% 0.54% -
HSV(B) 352.84º 0.39% 0.67% -
XYZ 24.3 19.39 17.5 -
YUV 123.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 170 103 111 0 0.39 0.35 0.33 352.84 0.28 0.54
Hex AA 67 6F 0 27 23 21 161 1C 36
Octal 252 147 157 0 47 43 41 541 34 66
Binary 10101010 1100111 1101111 0 100111 100011 100001 101100001 11100 110110

Color Harmonies of #AA676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA676F

Black with #AA676F

Text Example


Text Example

White with #AA676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA676F; }

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

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

background-color css

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

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

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

border-color css

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

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

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