Html Css Color HEX #AB666A Turkish Rose

📋 copy color: '#AB666A'

red 171 ◦ green 102 ◦ blue 106

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

Shades of Turkish Rose #AB666A

Tints of Turkish Rose #AB666A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.91%

 BLUE value IS 106 (41.8% from 255) = 27.97%

R = 45.12%
G = 26.91%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB666A (or 0xAB666A) is known color: Turkish Rose. HEX triplet: AB, 66 and 6A. RGB value is (171,102,106). Sum of RGB (Red+Green+Blue) = 171+102+106=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB666A is #549995. Grayscale: #7B7B7B. Windows color (decimal): -5544342 or 6973099. OLE color: 6973099.

HSL color Cylindrical-coordinate representation of color #AB666A: hue angle of 356.52º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB666A is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 102 106 -
CMYK 0 0.40 0.38 0.33
HSL 356.52º 0.29% 0.54% -
HSV(B) 356.52º 0.4% 0.67% -
XYZ 24.15 19.2 16.07 -
YUV 123.09 118.36 162.17 -
System Red Green Blue C M Y K H S L
Decimal 171 102 106 0 0.40 0.38 0.33 356.52 0.29 0.54
Hex AB 66 6A 0 28 26 21 165 1D 36
Octal 253 146 152 0 50 46 41 545 35 66
Binary 10101011 1100110 1101010 0 101000 100110 100001 101100101 11101 110110

Color Harmonies of #AB666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB666A

Black with #AB666A

Text Example


Text Example

White with #AB666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB666A; }

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

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

background-color css

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

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

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

border-color css

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

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

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