Html Css Color HEX #AB4D48 Apple Blossom

📋 copy color: '#AB4D48'

red 171 ◦ green 77 ◦ blue 72

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

Shades of Apple Blossom #AB4D48

Tints of Apple Blossom #AB4D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.06%

 BLUE value IS 72 (28.52% from 255) = 22.5%

R = 53.44%
G = 24.06%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB4D48 (or 0xAB4D48) is known color: Apple Blossom. HEX triplet: AB, 4D and 48. RGB value is (171,77,72). Sum of RGB (Red+Green+Blue) = 171+77+72=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D48 is #54B2B7. Grayscale: #686868. Windows color (decimal): -5550776 or 4738475. OLE color: 4738475.

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

Color convert

RGB 171 77 72 -
CMYK 0 0.55 0.58 0.33
HSL 3.03º 0.41% 0.48% -
HSV(B) 3.03º 0.58% 0.67% -
XYZ 20.62 14.43 7.83 -
YUV 104.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 171 77 72 0 0.55 0.58 0.33 3.03 0.41 0.48
Hex AB 4D 48 0 37 3A 21 3 29 30
Octal 253 115 110 0 67 72 41 3 51 60
Binary 10101011 1001101 1001000 0 110111 111010 100001 11 101001 110000

Color Harmonies of #AB4D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D48

Black with #AB4D48

Text Example


Text Example

White with #AB4D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D48; }

 p { color: rgb(171,77,72); }

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

background-color css

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

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

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

border-color css

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

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

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