#AB5269

Color #AB5269 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #AB5269

Tints of Blush #AB5269

Color information

#AB5269 (or 0xAB5269) is unknown color: approx Blush. HEX triplet: AB, 52 and 69. RGB value is (171,82,105). Sum of RGB (Red+Green+Blue) = 171+82+105=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5269 is #54AD96. Grayscale: #6F6F6F. Windows color (decimal): -5549463 or 6902443. OLE color: 6902443.

HSL color Cylindrical-coordinate representation of color #AB5269: hue angle of 344.49º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB5269 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB17182105-
CMYK00.520.390.33
HSL344.49º35.18%49.61%-
HSV(B)344.49º52.05%67.06%-
XYZ22.3615.7115.22-
YUV111.23124.49170.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.77%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 105 (41.41% from 255) = 29.33%
R=47.77%
G=22.91%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718210500.520.390.33344.4935.1849.61
HexAB526903427211582332
Octal25312215106447415304362
Binary10101011101001011010010110100100111100001101011000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5269; }

 p { color: rgb(171,82,105); }

 H1.HeaderClassName
 {
   color: #AB5269;
 }
 .AnyTagClassName
 {
   color: #AB5269;
 }
</style>
background-color css

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

 a { background-color: rgb(171,82,105); }

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

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

 span { border-color: rgb(171,82,105); }

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