Html Css Color HEX #AB5958 Apple Blossom

📋 copy color: '#AB5958'

red 171 ◦ green 89 ◦ blue 88

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

Shades of Apple Blossom #AB5958

Tints of Apple Blossom #AB5958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.57%

 BLUE value IS 88 (34.77% from 255) = 25.29%

R = 49.14%
G = 25.57%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB5958 (or 0xAB5958) is known color: Apple Blossom. HEX triplet: AB, 59 and 58. RGB value is (171,89,88). Sum of RGB (Red+Green+Blue) = 171+89+88=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5958 is #54A6A7. Grayscale: #717171. Windows color (decimal): -5547688 or 5790123. OLE color: 5790123.

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

Color convert

RGB 171 89 88 -
CMYK 0 0.48 0.49 0.33
HSL 0.72º 0.33% 0.51% -
HSV(B) 0.72º 0.49% 0.67% -
XYZ 22.13 16.51 11.25 -
YUV 113.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 171 89 88 0 0.48 0.49 0.33 0.72 0.33 0.51
Hex AB 59 58 0 30 31 21 1 21 33
Octal 253 131 130 0 60 61 41 1 41 63
Binary 10101011 1011001 1011000 0 110000 110001 100001 1 100001 110011

Color Harmonies of #AB5958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5958

Black with #AB5958

Text Example


Text Example

White with #AB5958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5958; }

 p { color: rgb(171,89,88); }

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

background-color css

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

 a { background-color: rgb(171,89,88); }

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

border-color css

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

 span { border-color: rgb(171,89,88); }

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