Html Css Color HEX #AB6466 Turkish Rose

📋 copy color: '#AB6466'

red 171 ◦ green 100 ◦ blue 102

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

Shades of Turkish Rose #AB6466

Tints of Turkish Rose #AB6466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.81%

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

R = 45.84%
G = 26.81%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB6466 (or 0xAB6466) is known color: Turkish Rose. HEX triplet: AB, 64 and 66. RGB value is (171,100,102). Sum of RGB (Red+Green+Blue) = 171+100+102=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6466 is #549B99. Grayscale: #797979. Windows color (decimal): -5544858 or 6710443. OLE color: 6710443.

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

Color convert

RGB 171 100 102 -
CMYK 0 0.42 0.40 0.33
HSL 358.31º 0.3% 0.53% -
HSV(B) 358.31º 0.42% 0.67% -
XYZ 23.75 18.73 14.93 -
YUV 121.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 171 100 102 0 0.42 0.40 0.33 358.31 0.3 0.53
Hex AB 64 66 0 2A 28 21 166 1E 35
Octal 253 144 146 0 52 50 41 546 36 65
Binary 10101011 1100100 1100110 0 101010 101000 100001 101100110 11110 110101

Color Harmonies of #AB6466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6466

Black with #AB6466

Text Example


Text Example

White with #AB6466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6466; }

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

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

background-color css

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

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

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

border-color css

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

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

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