Html Css Color HEX #AA6975 Turkish Rose

📋 copy color: '#AA6975'

red 170 ◦ green 105 ◦ blue 117

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

Shades of Turkish Rose #AA6975

Tints of Turkish Rose #AA6975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.79%

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

R = 43.37%
G = 26.79%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA6975 (or 0xAA6975) is known color: Turkish Rose. HEX triplet: AA, 69 and 75. RGB value is (170,105,117). Sum of RGB (Red+Green+Blue) = 170+105+117=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6975 is #55968A. Grayscale: #7D7D7D. Windows color (decimal): -5609099 or 7694762. OLE color: 7694762.

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

Color convert

RGB 170 105 117 -
CMYK 0 0.38 0.31 0.33
HSL 348.92º 0.28% 0.54% -
HSV(B) 348.92º 0.38% 0.67% -
XYZ 24.84 19.93 19.37 -
YUV 125.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 170 105 117 0 0.38 0.31 0.33 348.92 0.28 0.54
Hex AA 69 75 0 26 1F 21 15D 1C 36
Octal 252 151 165 0 46 37 41 535 34 66
Binary 10101010 1101001 1110101 0 100110 11111 100001 101011101 11100 110110

Color Harmonies of #AA6975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6975

Black with #AA6975

Text Example


Text Example

White with #AA6975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6975; }

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

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

background-color css

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

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

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

border-color css

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

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

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