Html Css Color HEX #AB5A6D Blush

📋 copy color: '#AB5A6D'

red 171 ◦ green 90 ◦ blue 109

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

Shades of Blush #AB5A6D

Tints of Blush #AB5A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.46%

R = 46.22%
G = 24.32%
B = 29.46%

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

#AB5A6D (or 0xAB5A6D) is known color: Blush. HEX triplet: AB, 5A and 6D. RGB value is (171,90,109). Sum of RGB (Red+Green+Blue) = 171+90+109=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5A6D is #54A592. Grayscale: #747474. Windows color (decimal): -5547411 or 7166635. OLE color: 7166635.

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

Color convert

RGB 171 90 109 -
CMYK 0 0.47 0.36 0.33
HSL 345.93º 0.33% 0.51% -
HSV(B) 345.93º 0.47% 0.67% -
XYZ 23.21 17.07 16.54 -
YUV 116.39 123.84 166.96 -
System Red Green Blue C M Y K H S L
Decimal 171 90 109 0 0.47 0.36 0.33 345.93 0.33 0.51
Hex AB 5A 6D 0 2F 24 21 15A 21 33
Octal 253 132 155 0 57 44 41 532 41 63
Binary 10101011 1011010 1101101 0 101111 100100 100001 101011010 100001 110011

Color Harmonies of #AB5A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A6D

Black with #AB5A6D

Text Example


Text Example

White with #AB5A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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