Html Css Color HEX #AB5D64 Blush

📋 copy color: '#AB5D64'

red 171 ◦ green 93 ◦ blue 100

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

Shades of Blush #AB5D64

Tints of Blush #AB5D64

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.55%

 BLUE value IS 100 (39.45% from 255) = 27.47%

R = 46.98%
G = 25.55%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB5D64 (or 0xAB5D64) is known color: Blush. HEX triplet: AB, 5D and 64. RGB value is (171,93,100). Sum of RGB (Red+Green+Blue) = 171+93+100=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5D64 is #54A29B. Grayscale: #757575. Windows color (decimal): -5546652 or 6577579. OLE color: 6577579.

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

Color convert

RGB 171 93 100 -
CMYK 0 0.46 0.42 0.33
HSL 354.62º 0.32% 0.52% -
HSV(B) 354.62º 0.46% 0.67% -
XYZ 23.01 17.41 14.2 -
YUV 117.12 118.34 166.43 -
System Red Green Blue C M Y K H S L
Decimal 171 93 100 0 0.46 0.42 0.33 354.62 0.32 0.52
Hex AB 5D 64 0 2E 2A 21 163 20 34
Octal 253 135 144 0 56 52 41 543 40 64
Binary 10101011 1011101 1100100 0 101110 101010 100001 101100011 100000 110100

Color Harmonies of #AB5D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5D64

Black with #AB5D64

Text Example


Text Example

White with #AB5D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5D64; }

 p { color: rgb(171,93,100); }

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

background-color css

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

 a { background-color: rgb(171,93,100); }

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

border-color css

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

 span { border-color: rgb(171,93,100); }

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