Html Css Color HEX #AB5864 Blush

📋 copy color: '#AB5864'

red 171 ◦ green 88 ◦ blue 100

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

Shades of Blush #AB5864

Tints of Blush #AB5864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.86%

R = 47.63%
G = 24.51%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB5864 (or 0xAB5864) is known color: Blush. HEX triplet: AB, 58 and 64. RGB value is (171,88,100). Sum of RGB (Red+Green+Blue) = 171+88+100=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5864 is #54A79B. Grayscale: #727272. Windows color (decimal): -5547932 or 6576299. OLE color: 6576299.

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

Color convert

RGB 171 88 100 -
CMYK 0 0.49 0.42 0.33
HSL 351.33º 0.33% 0.51% -
HSV(B) 351.33º 0.49% 0.67% -
XYZ 22.58 16.56 14.06 -
YUV 114.19 120 168.52 -
System Red Green Blue C M Y K H S L
Decimal 171 88 100 0 0.49 0.42 0.33 351.33 0.33 0.51
Hex AB 58 64 0 31 2A 21 15F 21 33
Octal 253 130 144 0 61 52 41 537 41 63
Binary 10101011 1011000 1100100 0 110001 101010 100001 101011111 100001 110011

Color Harmonies of #AB5864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5864

Black with #AB5864

Text Example


Text Example

White with #AB5864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5864; }

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

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

background-color css

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

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

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

border-color css

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

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

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