#A35045

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

Shades of Apple Blossom #A35045

Tints of Apple Blossom #A35045

Color information

#A35045 (or 0xA35045) is unknown color: approx Apple Blossom. HEX triplet: A3, 50 and 45. RGB value is (163,80,69). Sum of RGB (Red+Green+Blue) = 163+80+69=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A35045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35045 is #5CAFBA. Grayscale: #676767. Windows color (decimal): -6074299 or 4542627. OLE color: 4542627.

HSL color Cylindrical-coordinate representation of color #A35045: hue angle of 7.02º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A35045 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB1638069-
CMYK00.510.580.36
HSL7.02º40.52%45.49%-
HSV(B)7.02º57.67%63.92%-
XYZ19.0513.957.32-
YUV103.56108.5170.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.24%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 69 (27.34% from 255) = 22.12%
R=52.24%
G=25.64%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163806900.510.580.367.0240.5245.49
HexA350450333A247292d
Octal243120105063724475155
Binary10100011101000010001010110011111010100100111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35045; }

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

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

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

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

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

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

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

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