Html Css Color HEX #AB5550 Apple Blossom

📋 copy color: '#AB5550'

red 171 ◦ green 85 ◦ blue 80

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

Shades of Apple Blossom #AB5550

Tints of Apple Blossom #AB5550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.3%

 BLUE value IS 80 (31.64% from 255) = 23.81%

R = 50.89%
G = 25.3%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB5550 (or 0xAB5550) is known color: Apple Blossom. HEX triplet: AB, 55 and 50. RGB value is (171,85,80). Sum of RGB (Red+Green+Blue) = 171+85+80=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5550 is #54AAAF. Grayscale: #6E6E6E. Windows color (decimal): -5548720 or 5264811. OLE color: 5264811.

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

Color convert

RGB 171 85 80 -
CMYK 0 0.50 0.53 0.33
HSL 3.3º 0.36% 0.49% -
HSV(B) 3.3º 0.53% 0.67% -
XYZ 21.49 15.73 9.49 -
YUV 110.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 171 85 80 0 0.50 0.53 0.33 3.3 0.36 0.49
Hex AB 55 50 0 32 35 21 3 24 31
Octal 253 125 120 0 62 65 41 3 44 61
Binary 10101011 1010101 1010000 0 110010 110101 100001 11 100100 110001

Color Harmonies of #AB5550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5550

Black with #AB5550

Text Example


Text Example

White with #AB5550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5550; }

 p { color: rgb(171,85,80); }

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

background-color css

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

 a { background-color: rgb(171,85,80); }

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

border-color css

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

 span { border-color: rgb(171,85,80); }

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