#AB4B3F

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

Shades of Apple Blossom #AB4B3F

Tints of Apple Blossom #AB4B3F

Color information

#AB4B3F (or 0xAB4B3F) is unknown color: approx Apple Blossom. HEX triplet: AB, 4B and 3F. RGB value is (171,75,63). Sum of RGB (Red+Green+Blue) = 171+75+63=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4B3F is #54B4C0. Grayscale: #666666. Windows color (decimal): -5551297 or 4148139. OLE color: 4148139.

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

Color convert

RGB1717563-
CMYK00.560.630.33
HSL6.67º46.15%45.88%-
HSV(B)6.67º63.16%67.06%-
XYZ20.2114.056.35-
YUV102.34105.8176.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.34%
GREEN value IS 75 (29.69% from 255) = 24.27%
BLUE value IS 63 (25% from 255) = 20.39%
R=55.34%
G=24.27%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171756300.560.630.336.6746.1545.88
HexAB4B3F0383F2172e2e
Octal25311377070774175656
Binary1010101110010111111110111000111111100001111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4B3F; }

 p { color: rgb(171,75,63); }

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

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

 a { background-color: rgb(171,75,63); }

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

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

 span { border-color: rgb(171,75,63); }

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