Html Css Color HEX #AB5B6C Blush

📋 copy color: '#AB5B6C'

red 171 ◦ green 91 ◦ blue 108

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

Shades of Blush #AB5B6C

Tints of Blush #AB5B6C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.59%

 BLUE value IS 108 (42.58% from 255) = 29.19%

R = 46.22%
G = 24.59%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB5B6C (or 0xAB5B6C) is known color: Blush. HEX triplet: AB, 5B and 6C. RGB value is (171,91,108). Sum of RGB (Red+Green+Blue) = 171+91+108=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5B6C is #54A493. Grayscale: #747474. Windows color (decimal): -5547156 or 7101355. OLE color: 7101355.

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

Color convert

RGB 171 91 108 -
CMYK 0 0.47 0.37 0.33
HSL 347.25º 0.32% 0.51% -
HSV(B) 347.25º 0.47% 0.67% -
XYZ 23.24 17.22 16.29 -
YUV 116.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 171 91 108 0 0.47 0.37 0.33 347.25 0.32 0.51
Hex AB 5B 6C 0 2F 25 21 15B 20 33
Octal 253 133 154 0 57 45 41 533 40 63
Binary 10101011 1011011 1101100 0 101111 100101 100001 101011011 100000 110011

Color Harmonies of #AB5B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5B6C

Black with #AB5B6C

Text Example


Text Example

White with #AB5B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5B6C; }

 p { color: rgb(171,91,108); }

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

background-color css

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

 a { background-color: rgb(171,91,108); }

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

border-color css

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

 span { border-color: rgb(171,91,108); }

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