Html Css Color HEX #AB5562 Blush

📋 copy color: '#AB5562'

red 171 ◦ green 85 ◦ blue 98

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

Shades of Blush #AB5562

Tints of Blush #AB5562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.01%

 BLUE value IS 98 (38.67% from 255) = 27.68%

R = 48.31%
G = 24.01%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB5562 (or 0xAB5562) is known color: Blush. HEX triplet: AB, 55 and 62. RGB value is (171,85,98). Sum of RGB (Red+Green+Blue) = 171+85+98=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5562 is #54AA9D. Grayscale: #707070. Windows color (decimal): -5548702 or 6444459. OLE color: 6444459.

HSL color Cylindrical-coordinate representation of color #AB5562: hue angle of 350.93º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5562 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 85 98 -
CMYK 0 0.50 0.43 0.33
HSL 350.93º 0.34% 0.5% -
HSV(B) 350.93º 0.5% 0.67% -
XYZ 22.25 16.04 13.48 -
YUV 112.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 171 85 98 0 0.50 0.43 0.33 350.93 0.34 0.5
Hex AB 55 62 0 32 2B 21 15F 22 32
Octal 253 125 142 0 62 53 41 537 42 62
Binary 10101011 1010101 1100010 0 110010 101011 100001 101011111 100010 110010

Color Harmonies of #AB5562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5562

Black with #AB5562

Text Example


Text Example

White with #AB5562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5562; }

 p { color: rgb(171,85,98); }

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

background-color css

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

 a { background-color: rgb(171,85,98); }

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

border-color css

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

 span { border-color: rgb(171,85,98); }

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