Html Css Color HEX #AB5B6B Blush

📋 copy color: '#AB5B6B'

red 171 ◦ green 91 ◦ blue 107

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

Shades of Blush #AB5B6B

Tints of Blush #AB5B6B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.66%

 BLUE value IS 107 (42.19% from 255) = 29%

R = 46.34%
G = 24.66%
B = 29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB5B6B (or 0xAB5B6B) is known color: Blush. HEX triplet: AB, 5B and 6B. RGB value is (171,91,107). Sum of RGB (Red+Green+Blue) = 171+91+107=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5B6B is #54A494. Grayscale: #747474. Windows color (decimal): -5547157 or 7035819. OLE color: 7035819.

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

Color convert

RGB 171 91 107 -
CMYK 0 0.47 0.37 0.33
HSL 348º 0.32% 0.51% -
HSV(B) 348º 0.47% 0.67% -
XYZ 23.19 17.2 16.01 -
YUV 116.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 171 91 107 0 0.47 0.37 0.33 348 0.32 0.51
Hex AB 5B 6B 0 2F 25 21 15C 20 33
Octal 253 133 153 0 57 45 41 534 40 63
Binary 10101011 1011011 1101011 0 101111 100101 100001 101011100 100000 110011

Color Harmonies of #AB5B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5B6B

Black with #AB5B6B

Text Example


Text Example

White with #AB5B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5B6B; }

 p { color: rgb(171,91,107); }

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

background-color css

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

 a { background-color: rgb(171,91,107); }

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

border-color css

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

 span { border-color: rgb(171,91,107); }

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