#A85045

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

Shades of Apple Blossom #A85045

Tints of Apple Blossom #A85045

Color information

#A85045 (or 0xA85045) is unknown color: approx Apple Blossom. HEX triplet: A8, 50 and 45. RGB value is (168,80,69). Sum of RGB (Red+Green+Blue) = 168+80+69=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A85045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85045 is #57AFBA. Grayscale: #696969. Windows color (decimal): -5746619 or 4542632. OLE color: 4542632.

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

Color convert

RGB1688069-
CMYK00.520.590.34
HSL6.67º41.77%46.47%-
HSV(B)6.67º58.93%65.88%-
XYZ20.0914.497.37-
YUV105.06107.65172.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.00%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=53.00%
G=25.24%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168806900.520.590.346.6741.7746.47
HexA850450343B2272a2e
Octal250120105064734275256
Binary10101000101000010001010110100111011100010111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85045; }

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

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

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

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

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

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

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

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