Html Css Color HEX #AB6A6B Turkish Rose

📋 copy color: '#AB6A6B'

red 171 ◦ green 106 ◦ blue 107

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

Shades of Turkish Rose #AB6A6B

Tints of Turkish Rose #AB6A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.6%

 BLUE value IS 107 (42.19% from 255) = 27.86%

R = 44.53%
G = 27.6%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB6A6B (or 0xAB6A6B) is known color: Turkish Rose. HEX triplet: AB, 6A and 6B. RGB value is (171,106,107). Sum of RGB (Red+Green+Blue) = 171+106+107=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6A6B is #549594. Grayscale: #7D7D7D. Windows color (decimal): -5543317 or 7039659. OLE color: 7039659.

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

Color convert

RGB 171 106 107 -
CMYK 0 0.38 0.37 0.33
HSL 359.08º 0.28% 0.54% -
HSV(B) 359.08º 0.38% 0.67% -
XYZ 24.6 20.03 16.48 -
YUV 125.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 171 106 107 0 0.38 0.37 0.33 359.08 0.28 0.54
Hex AB 6A 6B 0 26 25 21 167 1C 36
Octal 253 152 153 0 46 45 41 547 34 66
Binary 10101011 1101010 1101011 0 100110 100101 100001 101100111 11100 110110

Color Harmonies of #AB6A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6A6B

Black with #AB6A6B

Text Example


Text Example

White with #AB6A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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