Html Css Color HEX #AB5963 Blush

📋 copy color: '#AB5963'

red 171 ◦ green 89 ◦ blue 99

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

Shades of Blush #AB5963

Tints of Blush #AB5963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.79%

 BLUE value IS 99 (39.06% from 255) = 27.58%

R = 47.63%
G = 24.79%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB5963 (or 0xAB5963) is known color: Blush. HEX triplet: AB, 59 and 63. RGB value is (171,89,99). Sum of RGB (Red+Green+Blue) = 171+89+99=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5963 is #54A69C. Grayscale: #727272. Windows color (decimal): -5547677 or 6511019. OLE color: 6511019.

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

Color convert

RGB 171 89 99 -
CMYK 0 0.48 0.42 0.33
HSL 352.68º 0.33% 0.51% -
HSV(B) 352.68º 0.48% 0.67% -
XYZ 22.62 16.7 13.84 -
YUV 114.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 171 89 99 0 0.48 0.42 0.33 352.68 0.33 0.51
Hex AB 59 63 0 30 2A 21 161 21 33
Octal 253 131 143 0 60 52 41 541 41 63
Binary 10101011 1011001 1100011 0 110000 101010 100001 101100001 100001 110011

Color Harmonies of #AB5963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5963

Black with #AB5963

Text Example


Text Example

White with #AB5963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5963; }

 p { color: rgb(171,89,99); }

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

background-color css

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

 a { background-color: rgb(171,89,99); }

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

border-color css

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

 span { border-color: rgb(171,89,99); }

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