Html Css Color HEX #AB5E6E Blush

📋 copy color: '#AB5E6E'

red 171 ◦ green 94 ◦ blue 110

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

Shades of Blush #AB5E6E

Tints of Blush #AB5E6E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.07%

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

R = 45.6%
G = 25.07%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB5E6E (or 0xAB5E6E) is known color: Blush. HEX triplet: AB, 5E and 6E. RGB value is (171,94,110). Sum of RGB (Red+Green+Blue) = 171+94+110=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5E6E is #54A191. Grayscale: #767676. Windows color (decimal): -5546386 or 7233195. OLE color: 7233195.

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

Color convert

RGB 171 94 110 -
CMYK 0 0.45 0.36 0.33
HSL 347.53º 0.31% 0.52% -
HSV(B) 347.53º 0.45% 0.67% -
XYZ 23.61 17.79 16.94 -
YUV 118.85 123.01 165.2 -
System Red Green Blue C M Y K H S L
Decimal 171 94 110 0 0.45 0.36 0.33 347.53 0.31 0.52
Hex AB 5E 6E 0 2D 24 21 15C 1F 34
Octal 253 136 156 0 55 44 41 534 37 64
Binary 10101011 1011110 1101110 0 101101 100100 100001 101011100 11111 110100

Color Harmonies of #AB5E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5E6E

Black with #AB5E6E

Text Example


Text Example

White with #AB5E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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