Html Css Color HEX #AB5656 Apple Blossom

📋 copy color: '#AB5656'

red 171 ◦ green 86 ◦ blue 86

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

Shades of Apple Blossom #AB5656

Tints of Apple Blossom #AB5656

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.07%

 BLUE value IS 86 (33.98% from 255) = 25.07%

R = 49.85%
G = 25.07%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB5656 (or 0xAB5656) is known color: Apple Blossom. HEX triplet: AB, 56 and 56. RGB value is (171,86,86). Sum of RGB (Red+Green+Blue) = 171+86+86=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5656 is #54A9A9. Grayscale: #6F6F6F. Windows color (decimal): -5548458 or 5658283. OLE color: 5658283.

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

Color convert

RGB 171 86 86 -
CMYK 0 0.50 0.50 0.33
HSL 0.34% 0.5% -
HSV(B) 0.5% 0.67% -
XYZ 21.8 15.99 10.74 -
YUV 111.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 171 86 86 0 0.50 0.50 0.33 0 0.34 0.5
Hex AB 56 56 0 32 32 21 0 22 32
Octal 253 126 126 0 62 62 41 0 42 62
Binary 10101011 1010110 1010110 0 110010 110010 100001 0 100010 110010

Color Harmonies of #AB5656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5656

Black with #AB5656

Text Example


Text Example

White with #AB5656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5656; }

 p { color: rgb(171,86,86); }

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

background-color css

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

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

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

border-color css

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

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

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