Html Css Color HEX #AB5C71 Blush

📋 copy color: '#AB5C71'

red 171 ◦ green 92 ◦ blue 113

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

Shades of Blush #AB5C71

Tints of Blush #AB5C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 45.48%
G = 24.47%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB5C71 (or 0xAB5C71) is known color: Blush. HEX triplet: AB, 5C and 71. RGB value is (171,92,113). Sum of RGB (Red+Green+Blue) = 171+92+113=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5C71 is #54A38E. Grayscale: #767676. Windows color (decimal): -5546895 or 7429291. OLE color: 7429291.

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

Color convert

RGB 171 92 113 -
CMYK 0 0.46 0.34 0.33
HSL 344.05º 0.32% 0.52% -
HSV(B) 344.05º 0.46% 0.67% -
XYZ 23.6 17.5 17.76 -
YUV 118.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 171 92 113 0 0.46 0.34 0.33 344.05 0.32 0.52
Hex AB 5C 71 0 2E 22 21 158 20 34
Octal 253 134 161 0 56 42 41 530 40 64
Binary 10101011 1011100 1110001 0 101110 100010 100001 101011000 100000 110100

Color Harmonies of #AB5C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5C71

Black with #AB5C71

Text Example


Text Example

White with #AB5C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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