#A85450

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

Shades of Apple Blossom #A85450

Tints of Apple Blossom #A85450

Color information

#A85450 (or 0xA85450) is unknown color: approx Apple Blossom. HEX triplet: A8, 54 and 50. RGB value is (168,84,80). Sum of RGB (Red+Green+Blue) = 168+84+80=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A85450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85450 is #57ABAF. Grayscale: #6C6C6C. Windows color (decimal): -5745584 or 5264552. OLE color: 5264552.

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

Color convert

RGB1688480-
CMYK00.50.520.34
HSL2.73º35.48%48.63%-
HSV(B)2.73º52.38%65.88%-
XYZ20.7715.249.44-
YUV108.66111.83170.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.60%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 80 (31.64% from 255) = 24.10%
R=50.60%
G=25.30%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168848000.50.520.342.7335.4848.63
HexA85450032342232331
Octal250124120062644234361
Binary1010100010101001010000011001011010010001011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85450; }

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

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

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

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

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

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

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

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