Html Css Color HEX #AB6668 Turkish Rose

📋 copy color: '#AB6668'

red 171 ◦ green 102 ◦ blue 104

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

Shades of Turkish Rose #AB6668

Tints of Turkish Rose #AB6668

RGB

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

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

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

R = 45.36%
G = 27.06%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB6668 (or 0xAB6668) is known color: Turkish Rose. HEX triplet: AB, 66 and 68. RGB value is (171,102,104). Sum of RGB (Red+Green+Blue) = 171+102+104=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6668 is #549997. Grayscale: #7A7A7A. Windows color (decimal): -5544344 or 6842027. OLE color: 6842027.

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

Color convert

RGB 171 102 104 -
CMYK 0 0.40 0.39 0.33
HSL 358.26º 0.29% 0.54% -
HSV(B) 358.26º 0.4% 0.67% -
XYZ 24.04 19.16 15.53 -
YUV 122.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 171 102 104 0 0.40 0.39 0.33 358.26 0.29 0.54
Hex AB 66 68 0 28 27 21 166 1D 36
Octal 253 146 150 0 50 47 41 546 35 66
Binary 10101011 1100110 1101000 0 101000 100111 100001 101100110 11101 110110

Color Harmonies of #AB6668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6668

Black with #AB6668

Text Example


Text Example

White with #AB6668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6668; }

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

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

background-color css

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

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

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

border-color css

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

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

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