#AB4F3E

Color #AB4F3E Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #AB4F3E

Tints of Apple Blossom #AB4F3E

Color information

#AB4F3E (or 0xAB4F3E) is unknown color: approx Apple Blossom. HEX triplet: AB, 4F and 3E. RGB value is (171,79,62). Sum of RGB (Red+Green+Blue) = 171+79+62=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4F3E is #54B0C1. Grayscale: #686868. Windows color (decimal): -5550274 or 4083627. OLE color: 4083627.

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

Color convert

RGB1717962-
CMYK00.540.640.33
HSL9.36º46.78%45.69%-
HSV(B)9.36º63.74%67.06%-
XYZ20.4614.66.3-
YUV104.57103.98175.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 79 (31.25% from 255) = 25.32%
BLUE value IS 62 (24.61% from 255) = 19.87%
R=54.81%
G=25.32%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171796200.540.640.339.3646.7845.69
HexAB4F3E036402192f2e
Octal2531177606610041115756
Binary101010111001111111110011011010000001000011001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4F3E; }

 p { color: rgb(171,79,62); }

 H1.HeaderClassName
 {
   color: #AB4F3E;
 }
 .AnyTagClassName
 {
   color: #AB4F3E;
 }
</style>
background-color css

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

 a { background-color: rgb(171,79,62); }

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

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

 span { border-color: rgb(171,79,62); }

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