Html Css Color HEX #AB5A58 Apple Blossom

📋 copy color: '#AB5A58'

red 171 ◦ green 90 ◦ blue 88

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

Shades of Apple Blossom #AB5A58

Tints of Apple Blossom #AB5A58

RGB

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

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

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

R = 49%
G = 25.79%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB5A58 (or 0xAB5A58) is known color: Apple Blossom. HEX triplet: AB, 5A and 58. RGB value is (171,90,88). Sum of RGB (Red+Green+Blue) = 171+90+88=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5A58 is #54A5A7. Grayscale: #727272. Windows color (decimal): -5547432 or 5790379. OLE color: 5790379.

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

Color convert

RGB 171 90 88 -
CMYK 0 0.47 0.49 0.33
HSL 1.45º 0.33% 0.51% -
HSV(B) 1.45º 0.49% 0.67% -
XYZ 22.21 16.67 11.28 -
YUV 113.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 171 90 88 0 0.47 0.49 0.33 1.45 0.33 0.51
Hex AB 5A 58 0 2F 31 21 1 21 33
Octal 253 132 130 0 57 61 41 1 41 63
Binary 10101011 1011010 1011000 0 101111 110001 100001 1 100001 110011

Color Harmonies of #AB5A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A58

Black with #AB5A58

Text Example


Text Example

White with #AB5A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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