Html Css Color HEX #AB4D47 Apple Blossom

📋 copy color: '#AB4D47'

red 171 ◦ green 77 ◦ blue 71

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

Shades of Apple Blossom #AB4D47

Tints of Apple Blossom #AB4D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.26%

R = 53.61%
G = 24.14%
B = 22.26%

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

#AB4D47 (or 0xAB4D47) is known color: Apple Blossom. HEX triplet: AB, 4D and 47. RGB value is (171,77,71). Sum of RGB (Red+Green+Blue) = 171+77+71=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D47 is #54B2B8. Grayscale: #686868. Windows color (decimal): -5550777 or 4672939. OLE color: 4672939.

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

Color convert

RGB 171 77 71 -
CMYK 0 0.55 0.58 0.33
HSL 3.6º 0.41% 0.47% -
HSV(B) 3.6º 0.58% 0.67% -
XYZ 20.59 14.42 7.66 -
YUV 104.42 109.14 175.49 -
System Red Green Blue C M Y K H S L
Decimal 171 77 71 0 0.55 0.58 0.33 3.6 0.41 0.47
Hex AB 4D 47 0 37 3A 21 4 29 2F
Octal 253 115 107 0 67 72 41 4 51 57
Binary 10101011 1001101 1000111 0 110111 111010 100001 100 101001 101111

Color Harmonies of #AB4D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D47

Black with #AB4D47

Text Example


Text Example

White with #AB4D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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