Html Css Color HEX #AB4949 Apple Blossom

📋 copy color: '#AB4949'

red 171 ◦ green 73 ◦ blue 73

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

Shades of Apple Blossom #AB4949

Tints of Apple Blossom #AB4949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.03%

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 53.94%
G = 23.03%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB4949 (or 0xAB4949) is known color: Apple Blossom. HEX triplet: AB, 49 and 49. RGB value is (171,73,73). Sum of RGB (Red+Green+Blue) = 171+73+73=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4949 is #54B6B6. Grayscale: #666666. Windows color (decimal): -5551799 or 4802987. OLE color: 4802987.

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

Color convert

RGB 171 73 73 -
CMYK 0 0.57 0.57 0.33
HSL 0.4% 0.48% -
HSV(B) 0.57% 0.67% -
XYZ 20.38 13.9 7.91 -
YUV 102.3 111.47 177 -
System Red Green Blue C M Y K H S L
Decimal 171 73 73 0 0.57 0.57 0.33 0 0.4 0.48
Hex AB 49 49 0 39 39 21 0 28 30
Octal 253 111 111 0 71 71 41 0 50 60
Binary 10101011 1001001 1001001 0 111001 111001 100001 0 101000 110000

Color Harmonies of #AB4949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4949

Black with #AB4949

Text Example


Text Example

White with #AB4949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4949; }

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

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

background-color css

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

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

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

border-color css

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

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

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