Html Css Color HEX #AB4948 Apple Blossom

📋 copy color: '#AB4948'

red 171 ◦ green 73 ◦ blue 72

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

Shades of Apple Blossom #AB4948

Tints of Apple Blossom #AB4948

RGB

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

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

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

R = 54.11%
G = 23.1%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB4948 (or 0xAB4948) is known color: Apple Blossom. HEX triplet: AB, 49 and 48. RGB value is (171,73,72). Sum of RGB (Red+Green+Blue) = 171+73+72=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4948 is #54B6B7. Grayscale: #666666. Windows color (decimal): -5551800 or 4737451. OLE color: 4737451.

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

Color convert

RGB 171 73 72 -
CMYK 0 0.57 0.58 0.33
HSL 0.61º 0.41% 0.48% -
HSV(B) 0.61º 0.58% 0.67% -
XYZ 20.35 13.89 7.74 -
YUV 102.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 171 73 72 0 0.57 0.58 0.33 0.61 0.41 0.48
Hex AB 49 48 0 39 3A 21 1 29 30
Octal 253 111 110 0 71 72 41 1 51 60
Binary 10101011 1001001 1001000 0 111001 111010 100001 1 101001 110000

Color Harmonies of #AB4948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4948

Black with #AB4948

Text Example


Text Example

White with #AB4948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4948; }

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

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

background-color css

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

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

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

border-color css

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

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

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