Html Css Color HEX #AB4D66 Blush

📋 copy color: '#AB4D66'

red 171 ◦ green 77 ◦ blue 102

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

Shades of Blush #AB4D66

Tints of Blush #AB4D66

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22%

 BLUE value IS 102 (40.23% from 255) = 29.14%

R = 48.86%
G = 22%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB4D66 (or 0xAB4D66) is known color: Blush. HEX triplet: AB, 4D and 66. RGB value is (171,77,102). Sum of RGB (Red+Green+Blue) = 171+77+102=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4D66 is #54B299. Grayscale: #6B6B6B. Windows color (decimal): -5550746 or 6704555. OLE color: 6704555.

HSL color Cylindrical-coordinate representation of color #AB4D66: hue angle of 344.04º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB4D66 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 77 102 -
CMYK 0 0.55 0.40 0.33
HSL 344.04º 0.38% 0.49% -
HSV(B) 344.04º 0.55% 0.67% -
XYZ 21.85 14.92 14.3 -
YUV 107.96 124.64 172.97 -
System Red Green Blue C M Y K H S L
Decimal 171 77 102 0 0.55 0.40 0.33 344.04 0.38 0.49
Hex AB 4D 66 0 37 28 21 158 26 31
Octal 253 115 146 0 67 50 41 530 46 61
Binary 10101011 1001101 1100110 0 110111 101000 100001 101011000 100110 110001

Color Harmonies of #AB4D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D66

Black with #AB4D66

Text Example


Text Example

White with #AB4D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D66; }

 p { color: rgb(171,77,102); }

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

background-color css

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

 a { background-color: rgb(171,77,102); }

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

border-color css

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

 span { border-color: rgb(171,77,102); }

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