Html Css Color HEX #AB5A70 Blush

📋 copy color: '#AB5A70'

red 171 ◦ green 90 ◦ blue 112

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

Shades of Blush #AB5A70

Tints of Blush #AB5A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.13%

 BLUE value IS 112 (44.14% from 255) = 30.03%

R = 45.84%
G = 24.13%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB5A70 (or 0xAB5A70) is known color: Blush. HEX triplet: AB, 5A and 70. RGB value is (171,90,112). Sum of RGB (Red+Green+Blue) = 171+90+112=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5A70 is #54A58F. Grayscale: #747474. Windows color (decimal): -5547408 or 7363243. OLE color: 7363243.

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

Color convert

RGB 171 90 112 -
CMYK 0 0.47 0.35 0.33
HSL 343.7º 0.33% 0.51% -
HSV(B) 343.7º 0.47% 0.67% -
XYZ 23.38 17.14 17.41 -
YUV 116.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 171 90 112 0 0.47 0.35 0.33 343.7 0.33 0.51
Hex AB 5A 70 0 2F 23 21 158 21 33
Octal 253 132 160 0 57 43 41 530 41 63
Binary 10101011 1011010 1110000 0 101111 100011 100001 101011000 100001 110011

Color Harmonies of #AB5A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A70

Black with #AB5A70

Text Example


Text Example

White with #AB5A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A70; }

 p { color: rgb(171,90,112); }

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

background-color css

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

 a { background-color: rgb(171,90,112); }

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

border-color css

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

 span { border-color: rgb(171,90,112); }

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