Html Css Color HEX #AB6166 Turkish Rose

📋 copy color: '#AB6166'

red 171 ◦ green 97 ◦ blue 102

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

Shades of Turkish Rose #AB6166

Tints of Turkish Rose #AB6166

RGB

 RED value IS 171 (67.19% from 255) = 46.22%

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

 BLUE value IS 102 (40.23% from 255) = 27.57%

R = 46.22%
G = 26.22%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB6166 (or 0xAB6166) is known color: Turkish Rose. HEX triplet: AB, 61 and 66. RGB value is (171,97,102). Sum of RGB (Red+Green+Blue) = 171+97+102=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6166 is #549E99. Grayscale: #777777. Windows color (decimal): -5545626 or 6709675. OLE color: 6709675.

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

Color convert

RGB 171 97 102 -
CMYK 0 0.43 0.40 0.33
HSL 355.95º 0.31% 0.53% -
HSV(B) 355.95º 0.43% 0.67% -
XYZ 23.47 18.17 14.84 -
YUV 119.7 118.02 164.59 -
System Red Green Blue C M Y K H S L
Decimal 171 97 102 0 0.43 0.40 0.33 355.95 0.31 0.53
Hex AB 61 66 0 2B 28 21 164 1F 35
Octal 253 141 146 0 53 50 41 544 37 65
Binary 10101011 1100001 1100110 0 101011 101000 100001 101100100 11111 110101

Color Harmonies of #AB6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6166

Black with #AB6166

Text Example


Text Example

White with #AB6166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6166; }

 p { color: rgb(171,97,102); }

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

background-color css

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

 a { background-color: rgb(171,97,102); }

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

border-color css

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

 span { border-color: rgb(171,97,102); }

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