Html Css Color HEX #AB5552 Apple Blossom

📋 copy color: '#AB5552'

red 171 ◦ green 85 ◦ blue 82

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

Shades of Apple Blossom #AB5552

Tints of Apple Blossom #AB5552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 50.59%
G = 25.15%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB5552 (or 0xAB5552) is known color: Apple Blossom. HEX triplet: AB, 55 and 52. RGB value is (171,85,82). Sum of RGB (Red+Green+Blue) = 171+85+82=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5552 is #54AAAD. Grayscale: #6E6E6E. Windows color (decimal): -5548718 or 5395883. OLE color: 5395883.

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

Color convert

RGB 171 85 82 -
CMYK 0 0.50 0.52 0.33
HSL 2.02º 0.35% 0.5% -
HSV(B) 2.02º 0.52% 0.67% -
XYZ 21.57 15.76 9.89 -
YUV 110.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 171 85 82 0 0.50 0.52 0.33 2.02 0.35 0.5
Hex AB 55 52 0 32 34 21 2 23 32
Octal 253 125 122 0 62 64 41 2 43 62
Binary 10101011 1010101 1010010 0 110010 110100 100001 10 100011 110010

Color Harmonies of #AB5552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5552

Black with #AB5552

Text Example


Text Example

White with #AB5552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5552; }

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

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

background-color css

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

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

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

border-color css

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

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

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