Html Css Color HEX #AB4D40 Apple Blossom

📋 copy color: '#AB4D40'

red 171 ◦ green 77 ◦ blue 64

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

Shades of Apple Blossom #AB4D40

Tints of Apple Blossom #AB4D40

RGB

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

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

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

R = 54.81%
G = 24.68%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB4D40 (or 0xAB4D40) is known color: Apple Blossom. HEX triplet: AB, 4D and 40. RGB value is (171,77,64). Sum of RGB (Red+Green+Blue) = 171+77+64=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D40 is #54B2BF. Grayscale: #676767. Windows color (decimal): -5550784 or 4214187. OLE color: 4214187.

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

Color convert

RGB 171 77 64 -
CMYK 0 0.55 0.63 0.33
HSL 7.29º 0.46% 0.46% -
HSV(B) 7.29º 0.63% 0.67% -
XYZ 20.37 14.34 6.54 -
YUV 103.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 171 77 64 0 0.55 0.63 0.33 7.29 0.46 0.46
Hex AB 4D 40 0 37 3F 21 7 2E 2E
Octal 253 115 100 0 67 77 41 7 56 56
Binary 10101011 1001101 1000000 0 110111 111111 100001 111 101110 101110

Color Harmonies of #AB4D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D40

Black with #AB4D40

Text Example


Text Example

White with #AB4D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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