Html Css Color HEX #AB5A6E Blush

📋 copy color: '#AB5A6E'

red 171 ◦ green 90 ◦ blue 110

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

Shades of Blush #AB5A6E

Tints of Blush #AB5A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.26%

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

R = 46.09%
G = 24.26%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB5A6E (or 0xAB5A6E) is known color: Blush. HEX triplet: AB, 5A and 6E. RGB value is (171,90,110). Sum of RGB (Red+Green+Blue) = 171+90+110=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5A6E is #54A591. Grayscale: #747474. Windows color (decimal): -5547410 or 7232171. OLE color: 7232171.

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

Color convert

RGB 171 90 110 -
CMYK 0 0.47 0.36 0.33
HSL 345.19º 0.33% 0.51% -
HSV(B) 345.19º 0.47% 0.67% -
XYZ 23.27 17.1 16.83 -
YUV 116.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 171 90 110 0 0.47 0.36 0.33 345.19 0.33 0.51
Hex AB 5A 6E 0 2F 24 21 159 21 33
Octal 253 132 156 0 57 44 41 531 41 63
Binary 10101011 1011010 1101110 0 101111 100100 100001 101011001 100001 110011

Color Harmonies of #AB5A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A6E

Black with #AB5A6E

Text Example


Text Example

White with #AB5A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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