#A85A54

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

Shades of Apple Blossom #A85A54

Tints of Apple Blossom #A85A54

Color information

#A85A54 (or 0xA85A54) is unknown color: approx Apple Blossom. HEX triplet: A8, 5A and 54. RGB value is (168,90,84). Sum of RGB (Red+Green+Blue) = 168+90+84=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85A54 is #57A5AB. Grayscale: #707070. Windows color (decimal): -5744044 or 5528232. OLE color: 5528232.

HSL color Cylindrical-coordinate representation of color #A85A54: hue angle of 4.29º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85A54 is Cyan = 0, Magento = 0.46, Yellow = 0.5 and Black (K on CMYK) = 0.34.

Color convert

RGB1689084-
CMYK00.460.50.34
HSL4.29º33.33%49.41%-
HSV(B)4.29º50%65.88%-
XYZ21.416.2810.4-
YUV112.64111.84167.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.12%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 84 (33.20% from 255) = 24.56%
R=49.12%
G=26.32%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.5
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168908400.460.50.344.2933.3349.41
HexA85A5402E322242131
Octal250132124056624244161
Binary10101000101101010101000101110110010100010100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85A54; }

 p { color: rgb(168,90,84); }

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

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

 a { background-color: rgb(168,90,84); }

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

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

 span { border-color: rgb(168,90,84); }

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