Html Css Color HEX #AA6874 Turkish Rose

📋 copy color: '#AA6874'

red 170 ◦ green 104 ◦ blue 116

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

Shades of Turkish Rose #AA6874

Tints of Turkish Rose #AA6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.67%

 BLUE value IS 116 (45.7% from 255) = 29.74%

R = 43.59%
G = 26.67%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA6874 (or 0xAA6874) is known color: Turkish Rose. HEX triplet: AA, 68 and 74. RGB value is (170,104,116). Sum of RGB (Red+Green+Blue) = 170+104+116=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6874 is #55978B. Grayscale: #7D7D7D. Windows color (decimal): -5609356 or 7628970. OLE color: 7628970.

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

Color convert

RGB 170 104 116 -
CMYK 0 0.39 0.32 0.33
HSL 349.09º 0.28% 0.54% -
HSV(B) 349.09º 0.39% 0.67% -
XYZ 24.68 19.71 19.03 -
YUV 125.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 170 104 116 0 0.39 0.32 0.33 349.09 0.28 0.54
Hex AA 68 74 0 27 20 21 15D 1C 36
Octal 252 150 164 0 47 40 41 535 34 66
Binary 10101010 1101000 1110100 0 100111 100000 100001 101011101 11100 110110

Color Harmonies of #AA6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6874

Black with #AA6874

Text Example


Text Example

White with #AA6874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6874; }

 p { color: rgb(170,104,116); }

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

background-color css

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

 a { background-color: rgb(170,104,116); }

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

border-color css

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

 span { border-color: rgb(170,104,116); }

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