Html Css Color HEX #AB5D6E Blush

📋 copy color: '#AB5D6E'

red 171 ◦ green 93 ◦ blue 110

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

Shades of Blush #AB5D6E

Tints of Blush #AB5D6E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.87%

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

R = 45.72%
G = 24.87%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB5D6E (or 0xAB5D6E) is known color: Blush. HEX triplet: AB, 5D and 6E. RGB value is (171,93,110). Sum of RGB (Red+Green+Blue) = 171+93+110=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5D6E is #54A291. Grayscale: #767676. Windows color (decimal): -5546642 or 7232939. OLE color: 7232939.

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

Color convert

RGB 171 93 110 -
CMYK 0 0.46 0.36 0.33
HSL 346.92º 0.32% 0.52% -
HSV(B) 346.92º 0.46% 0.67% -
XYZ 23.52 17.61 16.91 -
YUV 118.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 171 93 110 0 0.46 0.36 0.33 346.92 0.32 0.52
Hex AB 5D 6E 0 2E 24 21 15B 20 34
Octal 253 135 156 0 56 44 41 533 40 64
Binary 10101011 1011101 1101110 0 101110 100100 100001 101011011 100000 110100

Color Harmonies of #AB5D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5D6E

Black with #AB5D6E

Text Example


Text Example

White with #AB5D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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