Html Css Color HEX #AB5866 Blush

📋 copy color: '#AB5866'

red 171 ◦ green 88 ◦ blue 102

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

Shades of Blush #AB5866

Tints of Blush #AB5866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.38%

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

R = 47.37%
G = 24.38%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB5866 (or 0xAB5866) is known color: Blush. HEX triplet: AB, 58 and 66. RGB value is (171,88,102). Sum of RGB (Red+Green+Blue) = 171+88+102=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5866 is #54A799. Grayscale: #727272. Windows color (decimal): -5547930 or 6707371. OLE color: 6707371.

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

Color convert

RGB 171 88 102 -
CMYK 0 0.49 0.40 0.33
HSL 349.88º 0.33% 0.51% -
HSV(B) 349.88º 0.49% 0.67% -
XYZ 22.68 16.6 14.58 -
YUV 114.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 171 88 102 0 0.49 0.40 0.33 349.88 0.33 0.51
Hex AB 58 66 0 31 28 21 15E 21 33
Octal 253 130 146 0 61 50 41 536 41 63
Binary 10101011 1011000 1100110 0 110001 101000 100001 101011110 100001 110011

Color Harmonies of #AB5866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5866

Black with #AB5866

Text Example


Text Example

White with #AB5866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5866; }

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

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

background-color css

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

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

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

border-color css

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

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

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