#AD5350

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

Shades of Apple Blossom #AD5350

Tints of Apple Blossom #AD5350

Color information

#AD5350 (or 0xAD5350) is unknown color: approx Apple Blossom. HEX triplet: AD, 53 and 50. RGB value is (173,83,80). Sum of RGB (Red+Green+Blue) = 173+83+80=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5350 is #52ACAF. Grayscale: #6D6D6D. Windows color (decimal): -5418160 or 5264301. OLE color: 5264301.

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

Color convert

RGB1738380-
CMYK00.520.540.32
HSL1.94º36.76%49.61%-
HSV(B)1.94º53.76%67.84%-
XYZ21.7715.659.46-
YUV109.57111.32173.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.49%
GREEN value IS 83 (32.81% from 255) = 24.70%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=51.49%
G=24.70%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173838000.520.540.321.9436.7649.61
HexAD5350034362022532
Octal255123120064664024562
Binary1010110110100111010000011010011011010000010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5350; }

 p { color: rgb(173,83,80); }

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

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

 a { background-color: rgb(173,83,80); }

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

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

 span { border-color: rgb(173,83,80); }

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