Html Css Color HEX #AA6168 Turkish Rose

📋 copy color: '#AA6168'

red 170 ◦ green 97 ◦ blue 104

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

Shades of Turkish Rose #AA6168

Tints of Turkish Rose #AA6168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.03%

R = 45.82%
G = 26.15%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA6168 (or 0xAA6168) is known color: Turkish Rose. HEX triplet: AA, 61 and 68. RGB value is (170,97,104). Sum of RGB (Red+Green+Blue) = 170+97+104=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6168 is #559E97. Grayscale: #777777. Windows color (decimal): -5611160 or 6840746. OLE color: 6840746.

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

Color convert

RGB 170 97 104 -
CMYK 0 0.43 0.39 0.33
HSL 354.25º 0.3% 0.52% -
HSV(B) 354.25º 0.43% 0.67% -
XYZ 23.35 18.09 15.36 -
YUV 119.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 170 97 104 0 0.43 0.39 0.33 354.25 0.3 0.52
Hex AA 61 68 0 2B 27 21 162 1E 34
Octal 252 141 150 0 53 47 41 542 36 64
Binary 10101010 1100001 1101000 0 101011 100111 100001 101100010 11110 110100

Color Harmonies of #AA6168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6168

Black with #AA6168

Text Example


Text Example

White with #AA6168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6168; }

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

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

background-color css

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

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

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

border-color css

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

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

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