Html Css Color HEX #AB5249 Apple Blossom

📋 copy color: '#AB5249'

red 171 ◦ green 82 ◦ blue 73

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

Shades of Apple Blossom #AB5249

Tints of Apple Blossom #AB5249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.15%

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

R = 52.45%
G = 25.15%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB5249 (or 0xAB5249) is known color: Apple Blossom. HEX triplet: AB, 52 and 49. RGB value is (171,82,73). Sum of RGB (Red+Green+Blue) = 171+82+73=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5249 is #54ADB6. Grayscale: #6B6B6B. Windows color (decimal): -5549495 or 4805291. OLE color: 4805291.

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

Color convert

RGB 171 82 73 -
CMYK 0 0.52 0.57 0.33
HSL 5.51º 0.4% 0.48% -
HSV(B) 5.51º 0.57% 0.67% -
XYZ 21.01 15.17 8.12 -
YUV 107.59 108.49 173.23 -
System Red Green Blue C M Y K H S L
Decimal 171 82 73 0 0.52 0.57 0.33 5.51 0.4 0.48
Hex AB 52 49 0 34 39 21 6 28 30
Octal 253 122 111 0 64 71 41 6 50 60
Binary 10101011 1010010 1001001 0 110100 111001 100001 110 101000 110000

Color Harmonies of #AB5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5249

Black with #AB5249

Text Example


Text Example

White with #AB5249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5249; }

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

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

background-color css

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

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

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

border-color css

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

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

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