Html Css Color HEX #AB5E68 Blush

📋 copy color: '#AB5E68'

red 171 ◦ green 94 ◦ blue 104

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

Shades of Blush #AB5E68

Tints of Blush #AB5E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.18%

R = 46.34%
G = 25.47%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB5E68 (or 0xAB5E68) is known color: Blush. HEX triplet: AB, 5E and 68. RGB value is (171,94,104). Sum of RGB (Red+Green+Blue) = 171+94+104=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5E68 is #54A197. Grayscale: #767676. Windows color (decimal): -5546392 or 6839979. OLE color: 6839979.

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

Color convert

RGB 171 94 104 -
CMYK 0 0.45 0.39 0.33
HSL 352.21º 0.31% 0.52% -
HSV(B) 352.21º 0.45% 0.67% -
XYZ 23.3 17.66 15.28 -
YUV 118.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 171 94 104 0 0.45 0.39 0.33 352.21 0.31 0.52
Hex AB 5E 68 0 2D 27 21 160 1F 34
Octal 253 136 150 0 55 47 41 540 37 64
Binary 10101011 1011110 1101000 0 101101 100111 100001 101100000 11111 110100

Color Harmonies of #AB5E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5E68

Black with #AB5E68

Text Example


Text Example

White with #AB5E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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