Html Css Color HEX #AA6875 Turkish Rose

📋 copy color: '#AA6875'

red 170 ◦ green 104 ◦ blue 117

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

Shades of Turkish Rose #AA6875

Tints of Turkish Rose #AA6875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.92%

R = 43.48%
G = 26.6%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA6875 (or 0xAA6875) is known color: Turkish Rose. HEX triplet: AA, 68 and 75. RGB value is (170,104,117). Sum of RGB (Red+Green+Blue) = 170+104+117=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6875 is #55978A. Grayscale: #7D7D7D. Windows color (decimal): -5609355 or 7694506. OLE color: 7694506.

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

Color convert

RGB 170 104 117 -
CMYK 0 0.39 0.31 0.33
HSL 348.18º 0.28% 0.54% -
HSV(B) 348.18º 0.39% 0.67% -
XYZ 24.74 19.73 19.33 -
YUV 125.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 170 104 117 0 0.39 0.31 0.33 348.18 0.28 0.54
Hex AA 68 75 0 27 1F 21 15C 1C 36
Octal 252 150 165 0 47 37 41 534 34 66
Binary 10101010 1101000 1110101 0 100111 11111 100001 101011100 11100 110110

Color Harmonies of #AA6875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6875

Black with #AA6875

Text Example


Text Example

White with #AA6875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6875; }

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

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

background-color css

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

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

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

border-color css

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

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

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