#AD554F

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

Shades of Apple Blossom #AD554F

Tints of Apple Blossom #AD554F

Color information

#AD554F (or 0xAD554F) is unknown color: approx Apple Blossom. HEX triplet: AD, 55 and 4F. RGB value is (173,85,79). Sum of RGB (Red+Green+Blue) = 173+85+79=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD554F is #52AAB0. Grayscale: #6E6E6E. Windows color (decimal): -5417649 or 5199277. OLE color: 5199277.

HSL color Cylindrical-coordinate representation of color #AD554F: hue angle of 3.83º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD554F is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB1738579-
CMYK00.510.540.32
HSL3.83º37.3%49.41%-
HSV(B)3.83º54.34%67.84%-
XYZ21.8915.959.32-
YUV110.63110.15172.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.34%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 79 (31.25% from 255) = 23.44%
R=51.34%
G=25.22%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173857900.510.540.323.8337.349.41
HexAD554F033362042531
Octal255125117063664044561
Binary10101101101010110011110110011110110100000100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD554F; }

 p { color: rgb(173,85,79); }

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

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

 a { background-color: rgb(173,85,79); }

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

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

 span { border-color: rgb(173,85,79); }

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