Html Css Color HEX #AB5C6F Blush

📋 copy color: '#AB5C6F'

red 171 ◦ green 92 ◦ blue 111

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

Shades of Blush #AB5C6F

Tints of Blush #AB5C6F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.6%

 BLUE value IS 111 (43.75% from 255) = 29.68%

R = 45.72%
G = 24.6%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB5C6F (or 0xAB5C6F) is known color: Blush. HEX triplet: AB, 5C and 6F. RGB value is (171,92,111). Sum of RGB (Red+Green+Blue) = 171+92+111=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5C6F is #54A390. Grayscale: #757575. Windows color (decimal): -5546897 or 7298219. OLE color: 7298219.

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

Color convert

RGB 171 92 111 -
CMYK 0 0.46 0.35 0.33
HSL 345.57º 0.32% 0.52% -
HSV(B) 345.57º 0.46% 0.67% -
XYZ 23.49 17.46 17.17 -
YUV 117.79 124.17 165.96 -
System Red Green Blue C M Y K H S L
Decimal 171 92 111 0 0.46 0.35 0.33 345.57 0.32 0.52
Hex AB 5C 6F 0 2E 23 21 15A 20 34
Octal 253 134 157 0 56 43 41 532 40 64
Binary 10101011 1011100 1101111 0 101110 100011 100001 101011010 100000 110100

Color Harmonies of #AB5C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5C6F

Black with #AB5C6F

Text Example


Text Example

White with #AB5C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5C6F; }

 p { color: rgb(171,92,111); }

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

background-color css

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

 a { background-color: rgb(171,92,111); }

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

border-color css

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

 span { border-color: rgb(171,92,111); }

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