Html Css Color HEX #AA6F75 Turkish Rose

📋 copy color: '#AA6F75'

red 170 ◦ green 111 ◦ blue 117

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

Shades of Turkish Rose #AA6F75

Tints of Turkish Rose #AA6F75

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.89%

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

R = 42.71%
G = 27.89%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA6F75 (or 0xAA6F75) is known color: Turkish Rose. HEX triplet: AA, 6F and 75. RGB value is (170,111,117). Sum of RGB (Red+Green+Blue) = 170+111+117=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6F75 is #55908A. Grayscale: #818181. Windows color (decimal): -5607563 or 7696298. OLE color: 7696298.

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

Color convert

RGB 170 111 117 -
CMYK 0 0.35 0.31 0.33
HSL 353.9º 0.26% 0.55% -
HSV(B) 353.9º 0.35% 0.67% -
XYZ 25.47 21.2 19.58 -
YUV 129.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 170 111 117 0 0.35 0.31 0.33 353.9 0.26 0.55
Hex AA 6F 75 0 23 1F 21 162 1A 37
Octal 252 157 165 0 43 37 41 542 32 67
Binary 10101010 1101111 1110101 0 100011 11111 100001 101100010 11010 110111

Color Harmonies of #AA6F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6F75

Black with #AA6F75

Text Example


Text Example

White with #AA6F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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