#AB4A46

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

Shades of Apple Blossom #AB4A46

Tints of Apple Blossom #AB4A46

Color information

#AB4A46 (or 0xAB4A46) is unknown color: approx Apple Blossom. HEX triplet: AB, 4A and 46. RGB value is (171,74,70). Sum of RGB (Red+Green+Blue) = 171+74+70=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A46 is #54B5B9. Grayscale: #666666. Windows color (decimal): -5551546 or 4606635. OLE color: 4606635.

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

Color convert

RGB1717470-
CMYK00.570.590.33
HSL2.38º41.91%47.25%-
HSV(B)2.38º59.06%67.06%-
XYZ20.35147.42-
YUV102.55109.64176.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.29%
GREEN value IS 74 (29.30% from 255) = 23.49%
BLUE value IS 70 (27.73% from 255) = 22.22%
R=54.29%
G=23.49%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171747000.570.590.332.3841.9147.25
HexAB4A460393B2122a2f
Octal253112106071734125257
Binary1010101110010101000110011100111101110000110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4A46; }

 p { color: rgb(171,74,70); }

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

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

 a { background-color: rgb(171,74,70); }

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

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

 span { border-color: rgb(171,74,70); }

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