Html Css Color HEX #AA6165 Turkish Rose

📋 copy color: '#AA6165'

red 170 ◦ green 97 ◦ blue 101

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

Shades of Turkish Rose #AA6165

Tints of Turkish Rose #AA6165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.36%

 BLUE value IS 101 (39.84% from 255) = 27.45%

R = 46.2%
G = 26.36%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA6165 (or 0xAA6165) is known color: Turkish Rose. HEX triplet: AA, 61 and 65. RGB value is (170,97,101). Sum of RGB (Red+Green+Blue) = 170+97+101=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6165 is #559E9A. Grayscale: #777777. Windows color (decimal): -5611163 or 6644138. OLE color: 6644138.

HSL color Cylindrical-coordinate representation of color #AA6165: hue angle of 356.71º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6165 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 97 101 -
CMYK 0 0.43 0.41 0.33
HSL 356.71º 0.3% 0.52% -
HSV(B) 356.71º 0.43% 0.67% -
XYZ 23.2 18.04 14.57 -
YUV 119.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 170 97 101 0 0.43 0.41 0.33 356.71 0.3 0.52
Hex AA 61 65 0 2B 29 21 165 1E 34
Octal 252 141 145 0 53 51 41 545 36 64
Binary 10101010 1100001 1100101 0 101011 101001 100001 101100101 11110 110100

Color Harmonies of #AA6165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6165

Black with #AA6165

Text Example


Text Example

White with #AA6165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6165; }

 p { color: rgb(170,97,101); }

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

background-color css

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

 a { background-color: rgb(170,97,101); }

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

border-color css

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

 span { border-color: rgb(170,97,101); }

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