Html Css Color HEX #AB4E40 Apple Blossom

📋 copy color: '#AB4E40'

red 171 ◦ green 78 ◦ blue 64

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

Shades of Apple Blossom #AB4E40

Tints of Apple Blossom #AB4E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.45%

R = 54.63%
G = 24.92%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB4E40 (or 0xAB4E40) is known color: Apple Blossom. HEX triplet: AB, 4E and 40. RGB value is (171,78,64). Sum of RGB (Red+Green+Blue) = 171+78+64=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4E40 is #54B1BF. Grayscale: #686868. Windows color (decimal): -5550528 or 4214443. OLE color: 4214443.

HSL color Cylindrical-coordinate representation of color #AB4E40: hue angle of 7.85º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4E40 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 78 64 -
CMYK 0 0.54 0.63 0.33
HSL 7.85º 0.46% 0.46% -
HSV(B) 7.85º 0.63% 0.67% -
XYZ 20.44 14.48 6.57 -
YUV 104.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 171 78 64 0 0.54 0.63 0.33 7.85 0.46 0.46
Hex AB 4E 40 0 36 3F 21 8 2E 2E
Octal 253 116 100 0 66 77 41 10 56 56
Binary 10101011 1001110 1000000 0 110110 111111 100001 1000 101110 101110

Color Harmonies of #AB4E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4E40

Black with #AB4E40

Text Example


Text Example

White with #AB4E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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