Html Css Color HEX #AB5A68 Blush

📋 copy color: '#AB5A68'

red 171 ◦ green 90 ◦ blue 104

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

Shades of Blush #AB5A68

Tints of Blush #AB5A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.49%

R = 46.85%
G = 24.66%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB5A68 (or 0xAB5A68) is known color: Blush. HEX triplet: AB, 5A and 68. RGB value is (171,90,104). Sum of RGB (Red+Green+Blue) = 171+90+104=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5A68 is #54A597. Grayscale: #737373. Windows color (decimal): -5547416 or 6838955. OLE color: 6838955.

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

Color convert

RGB 171 90 104 -
CMYK 0 0.47 0.39 0.33
HSL 349.63º 0.33% 0.51% -
HSV(B) 349.63º 0.47% 0.67% -
XYZ 22.95 16.97 15.16 -
YUV 115.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 171 90 104 0 0.47 0.39 0.33 349.63 0.33 0.51
Hex AB 5A 68 0 2F 27 21 15E 21 33
Octal 253 132 150 0 57 47 41 536 41 63
Binary 10101011 1011010 1101000 0 101111 100111 100001 101011110 100001 110011

Color Harmonies of #AB5A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A68

Black with #AB5A68

Text Example


Text Example

White with #AB5A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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