Html Css Color HEX #AB536C Blush

📋 copy color: '#AB536C'

red 171 ◦ green 83 ◦ blue 108

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

Shades of Blush #AB536C

Tints of Blush #AB536C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.93%

 BLUE value IS 108 (42.58% from 255) = 29.83%

R = 47.24%
G = 22.93%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB536C (or 0xAB536C) is known color: Blush. HEX triplet: AB, 53 and 6C. RGB value is (171,83,108). Sum of RGB (Red+Green+Blue) = 171+83+108=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB536C is #54AC93. Grayscale: #707070. Windows color (decimal): -5549204 or 7099307. OLE color: 7099307.

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

Color convert

RGB 171 83 108 -
CMYK 0 0.51 0.37 0.33
HSL 342.95º 0.35% 0.5% -
HSV(B) 342.95º 0.51% 0.67% -
XYZ 22.59 15.93 16.07 -
YUV 112.16 125.65 169.97 -
System Red Green Blue C M Y K H S L
Decimal 171 83 108 0 0.51 0.37 0.33 342.95 0.35 0.5
Hex AB 53 6C 0 33 25 21 157 23 32
Octal 253 123 154 0 63 45 41 527 43 62
Binary 10101011 1010011 1101100 0 110011 100101 100001 101010111 100011 110010

Color Harmonies of #AB536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB536C

Black with #AB536C

Text Example


Text Example

White with #AB536C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB536C; }

 p { color: rgb(171,83,108); }

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

background-color css

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

 a { background-color: rgb(171,83,108); }

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

border-color css

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

 span { border-color: rgb(171,83,108); }

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