Html Css Color HEX #AB4E4A Apple Blossom

📋 copy color: '#AB4E4A'

red 171 ◦ green 78 ◦ blue 74

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

Shades of Apple Blossom #AB4E4A

Tints of Apple Blossom #AB4E4A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.15%

 BLUE value IS 74 (29.3% from 255) = 22.91%

R = 52.94%
G = 24.15%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB4E4A (or 0xAB4E4A) is known color: Apple Blossom. HEX triplet: AB, 4E and 4A. RGB value is (171,78,74). Sum of RGB (Red+Green+Blue) = 171+78+74=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4E4A is #54B1B5. Grayscale: #696969. Windows color (decimal): -5550518 or 4869803. OLE color: 4869803.

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

Color convert

RGB 171 78 74 -
CMYK 0 0.54 0.57 0.33
HSL 2.47º 0.4% 0.48% -
HSV(B) 2.47º 0.57% 0.67% -
XYZ 20.76 14.6 8.2 -
YUV 105.35 110.31 174.83 -
System Red Green Blue C M Y K H S L
Decimal 171 78 74 0 0.54 0.57 0.33 2.47 0.4 0.48
Hex AB 4E 4A 0 36 39 21 2 28 30
Octal 253 116 112 0 66 71 41 2 50 60
Binary 10101011 1001110 1001010 0 110110 111001 100001 10 101000 110000

Color Harmonies of #AB4E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4E4A

Black with #AB4E4A

Text Example


Text Example

White with #AB4E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4E4A; }

 p { color: rgb(171,78,74); }

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

background-color css

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

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

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

border-color css

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

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

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