#A85250

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

Shades of Apple Blossom #A85250

Tints of Apple Blossom #A85250

Color information

#A85250 (or 0xA85250) is unknown color: approx Apple Blossom. HEX triplet: A8, 52 and 50. RGB value is (168,82,80). Sum of RGB (Red+Green+Blue) = 168+82+80=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A85250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85250 is #57ADAF. Grayscale: #6B6B6B. Windows color (decimal): -5746096 or 5264040. OLE color: 5264040.

HSL color Cylindrical-coordinate representation of color #A85250: hue angle of 1.36º 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 #A85250 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB1688280-
CMYK00.510.520.34
HSL1.36º35.48%48.63%-
HSV(B)1.36º52.38%65.88%-
XYZ20.6114.949.39-
YUV107.49112.49171.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.91%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=50.91%
G=24.85%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168828000.510.520.341.3635.4848.63
HexA85250033342212331
Octal250122120063644214361
Binary101010001010010101000001100111101001000101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85250; }

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

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

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

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

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

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

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

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