Html Css Color HEX #AB5049 Apple Blossom

📋 copy color: '#AB5049'

red 171 ◦ green 80 ◦ blue 73

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

Shades of Apple Blossom #AB5049

Tints of Apple Blossom #AB5049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.69%

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

R = 52.78%
G = 24.69%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB5049 (or 0xAB5049) is known color: Apple Blossom. HEX triplet: AB, 50 and 49. RGB value is (171,80,73). Sum of RGB (Red+Green+Blue) = 171+80+73=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5049 is #54AFB6. Grayscale: #6A6A6A. Windows color (decimal): -5550007 or 4804779. OLE color: 4804779.

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

Color convert

RGB 171 80 73 -
CMYK 0 0.53 0.57 0.33
HSL 4.29º 0.4% 0.48% -
HSV(B) 4.29º 0.57% 0.67% -
XYZ 20.87 14.88 8.07 -
YUV 106.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 171 80 73 0 0.53 0.57 0.33 4.29 0.4 0.48
Hex AB 50 49 0 35 39 21 4 28 30
Octal 253 120 111 0 65 71 41 4 50 60
Binary 10101011 1010000 1001001 0 110101 111001 100001 100 101000 110000

Color Harmonies of #AB5049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5049

Black with #AB5049

Text Example


Text Example

White with #AB5049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5049; }

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

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

background-color css

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

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

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

border-color css

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

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

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