Html Css Color HEX #AB596E Blush

📋 copy color: '#AB596E'

red 171 ◦ green 89 ◦ blue 110

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

Shades of Blush #AB596E

Tints of Blush #AB596E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 46.22%
G = 24.05%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB596E (or 0xAB596E) is known color: Blush. HEX triplet: AB, 59 and 6E. RGB value is (171,89,110). Sum of RGB (Red+Green+Blue) = 171+89+110=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB596E is #54A691. Grayscale: #737373. Windows color (decimal): -5547666 or 7231915. OLE color: 7231915.

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

Color convert

RGB 171 89 110 -
CMYK 0 0.48 0.36 0.33
HSL 344.63º 0.33% 0.51% -
HSV(B) 344.63º 0.48% 0.67% -
XYZ 23.18 16.93 16.8 -
YUV 115.91 124.67 167.29 -
System Red Green Blue C M Y K H S L
Decimal 171 89 110 0 0.48 0.36 0.33 344.63 0.33 0.51
Hex AB 59 6E 0 30 24 21 159 21 33
Octal 253 131 156 0 60 44 41 531 41 63
Binary 10101011 1011001 1101110 0 110000 100100 100001 101011001 100001 110011

Color Harmonies of #AB596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB596E

Black with #AB596E

Text Example


Text Example

White with #AB596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB596E; }

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

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

background-color css

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

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

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

border-color css

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

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

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